Skip to content

Commit c204202

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/inspector.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ const { hasInspector } = internalBinding('config');
2222
if (!hasInspector)
2323
throw new ERR_INSPECTOR_NOT_AVAILABLE();
2424

25-
const { promisify } = require('util');
2625
const EventEmitter = require('events');
2726
const { queueMicrotask } = require('internal/process/task_queues');
2827
const {

0 commit comments

Comments
 (0)