Skip to content

Commit

Permalink
Update test/sequential/test-debugger-random-port-with-inspect-port.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Sep 28, 2022
1 parent 8bbb1c3 commit 7581012
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -21,7 +21,6 @@ const cli = startCLI(['--inspect-port=0', script]);
cli.output,
/< Debugger listening on /,
'forwards child output');
} finally {
const code = await cli.quit();
assert.strictEqual(code, 0);
}
Expand Down

0 comments on commit 7581012

Please sign in to comment.