| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4aac424 commit a8bf7db
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19,6 +19,7 @@ if (!hasInspector) | |||
| 19 | 19 | throw new ERR_INSPECTOR_NOT_AVAILABLE(); | |
| 20 | 20 | ||
| 21 | 21 | const EventEmitter = require('events'); | |
| 22 | + const { queueMicrotask } = require('internal/process/task_queues'); | ||
| 22 | 23 | const { validateString } = require('internal/validators'); | |
| 23 | 24 | const { isMainThread } = require('worker_threads'); | |
| 24 | 25 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments