We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31305ea commit c204202Copy full SHA for c204202
lib/inspector.js
@@ -22,7 +22,6 @@ const { hasInspector } = internalBinding('config');
22
if (!hasInspector)
23
throw new ERR_INSPECTOR_NOT_AVAILABLE();
24
25
-const { promisify } = require('util');
26
const EventEmitter = require('events');
27
const { queueMicrotask } = require('internal/process/task_queues');
28
const {
0 commit comments