Skip to content

Commit

Permalink
Remove node: protocol from import
Browse files Browse the repository at this point in the history
  • Loading branch information
saberduck committed Oct 31, 2023
1 parent 06a63ce commit 3d5560e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/bridge/src/memory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@
import * as v8 from 'v8';
import * as os from 'os';
import fs from 'fs';
import { constants, NodeGCPerformanceDetail, PerformanceObserver } from 'perf_hooks';
import { debug, error, getContext, info, warn } from '@sonar/shared/helpers';
import { constants, PerformanceObserver } from 'node:perf_hooks';
import { NodeGCPerformanceDetail } from 'perf_hooks';

const MB = 1024 * 1024;

Expand Down

0 comments on commit 3d5560e

Please sign in to comment.