diff --git a/test/sequential/test-inspector-debug-brk-flag.js b/test/sequential/test-inspector-debug-brk-flag.js index db235326e96ff9..fd524b6918acd7 100644 --- a/test/sequential/test-inspector-debug-brk-flag.js +++ b/test/sequential/test-inspector-debug-brk-flag.js @@ -27,7 +27,7 @@ async function testBreakpointOnStart(session) { } async function runTests() { - const child = new NodeInstance(['--inspect', '--inspect-brk']); + const child = new NodeInstance(['--inspect-brk=0']); const session = await child.connectInspectorSession(); await testBreakpointOnStart(session);