We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d630874 commit 20844d1Copy full SHA for 20844d1
lib/internal/bootstrap_node.js
@@ -58,11 +58,7 @@
58
NativeModule.require('internal/trace_events_async_hooks').setup();
59
NativeModule.require('internal/inspector_async_hook').setup();
60
61
- // Do not initialize channel in debugger agent, it deletes env variable
62
- // and the main thread won't see it.
63
- if (process.argv[1] !== '--debug-agent')
64
- _process.setupChannel();
65
-
+ _process.setupChannel();
66
_process.setupRawDebug();
67
68
const browserGlobals = !process._noBrowserGlobals;
0 commit comments