Skip to content

Commit

Permalink
fixup! inspector: introduce the --inspect-wait flag
Browse files Browse the repository at this point in the history
  • Loading branch information
cola119 committed May 3, 2024
1 parent 9075189 commit 0b0ac58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-inspector-wait.mjs
Expand Up @@ -7,7 +7,7 @@ import { NodeInstance } from '../common/inspector-helper.js';


async function runTests() {
const child = new NodeInstance(['--inspect-wait'], 'console.log(0);');
const child = new NodeInstance(['--inspect-wait=0'], 'console.log(0);');
const session = await child.connectInspectorSession();
await session.send({ method: 'NodeRuntime.enable' });
await session.waitForNotification('NodeRuntime.waitingForDebugger');
Expand Down

0 comments on commit 0b0ac58

Please sign in to comment.