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