We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aac424 commit a8bf7dbCopy full SHA for a8bf7db
lib/inspector.js
@@ -19,6 +19,7 @@ if (!hasInspector)
19
throw new ERR_INSPECTOR_NOT_AVAILABLE();
20
21
const EventEmitter = require('events');
22
+const { queueMicrotask } = require('internal/process/task_queues');
23
const { validateString } = require('internal/validators');
24
const { isMainThread } = require('worker_threads');
25
0 commit comments