We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d2d40e commit 1a78632Copy full SHA for 1a78632
test/common/inspector-helper.js
@@ -372,7 +372,7 @@ class NodeInstance extends EventEmitter {
372
373
static async startViaSignal(scriptContents) {
374
const instance = new NodeInstance(
375
- ['--expose-internals'],
+ ['--expose-internals', '--inspect-port=0'],
376
`${scriptContents}\nprocess._rawDebug('started');`, undefined);
377
const msg = 'Timed out waiting for process to start';
378
while (await fires(instance.nextStderrString(), msg, TIMEOUT) !== 'started');
0 commit comments