Skip to content

Commit c98281c

Browse files
Update test/parallel/test-debugger-random-port-with-inspect-port.js
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent bee555a commit c98281c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-debugger-random-port-with-inspect-port.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const assert = require('assert');
1010
// Random port with --inspect-port=0.
1111
const script = fixtures.path('debugger', 'three-lines.js');
1212

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

1515
(async () => {
1616
await cli.waitForInitialBreak();

0 commit comments

Comments
 (0)