Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update test/parallel/test-debugger-random-port-with-inspect-port.js
Co-authored-by: Antoine du Hamel <[email protected]>
  • Loading branch information
dario-piotrowicz and aduh95 authored Jul 19, 2025
commit c98281c9e7617a600ceb338739b8b84d862cf4ab
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const assert = require('assert');
// Random port with --inspect-port=0.
const script = fixtures.path('debugger', 'three-lines.js');

const cli = startCLI([script]);
const cli = startCLI(['--inspect-port=0', script], [], {}, { randomPort: false });

(async () => {
await cli.waitForInitialBreak();
Expand Down
Loading