Skip to content

Commit 2efebf3

Browse files
committed
inspector: remove unused promisify
1 parent 31305ea commit 2efebf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/inspector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
const {
44
JSONParse,
55
JSONStringify,
6+
Promise,
67
SafeMap,
78
Symbol,
89
} = primordials;
@@ -22,7 +23,6 @@ const { hasInspector } = internalBinding('config');
2223
if (!hasInspector)
2324
throw new ERR_INSPECTOR_NOT_AVAILABLE();
2425

25-
const { promisify } = require('util');
2626
const EventEmitter = require('events');
2727
const { queueMicrotask } = require('internal/process/task_queues');
2828
const {

0 commit comments

Comments
 (0)