| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d3841ec commit e4fc6d4
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -61,11 +61,7 @@ | |||
| 61 | 61 | NativeModule.require('internal/trace_events_async_hooks').setup(); | |
| 62 | 62 | NativeModule.require('internal/inspector_async_hook').setup(); | |
| 63 | 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 | - | ||
| 64 | + _process.setupChannel(); | ||
| 69 | 65 | _process.setupRawDebug(); | |
| 70 | 66 | ||
| 71 | 67 | const browserGlobals = !process._noBrowserGlobals; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments