| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7d2d40e commit 1a78632
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -372,7 +372,7 @@ class NodeInstance extends EventEmitter { | |||
| 372 | 372 | ||
| 373 | 373 | static async startViaSignal(scriptContents) { | |
| 374 | 374 | const instance = new NodeInstance( | |
| 375 | - ['--expose-internals'], | ||
| 375 | + ['--expose-internals', '--inspect-port=0'], | ||
| 376 | 376 | `${scriptContents}\nprocess._rawDebug('started');`, undefined); | |
| 377 | 377 | const msg = 'Timed out waiting for process to start'; | |
| 378 | 378 | while (await fires(instance.nextStderrString(), msg, TIMEOUT) !== 'started'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments