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