Skip to content

Commit

Permalink
inspector: remove unused promisify
Browse files Browse the repository at this point in the history
  • Loading branch information
ErickWendel committed Aug 16, 2022
1 parent 31305ea commit 2efebf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/inspector.js
Expand Up @@ -3,6 +3,7 @@
const {
JSONParse,
JSONStringify,
Promise,
SafeMap,
Symbol,
} = primordials;
Expand All @@ -22,7 +23,6 @@ const { hasInspector } = internalBinding('config');
if (!hasInspector)
throw new ERR_INSPECTOR_NOT_AVAILABLE();

const { promisify } = require('util');
const EventEmitter = require('events');
const { queueMicrotask } = require('internal/process/task_queues');
const {
Expand Down

0 comments on commit 2efebf3

Please sign in to comment.