Skip to content

Commit 6464821

Browse files
test: add missing port=0 arg in test-debugger-extract-function-name
1 parent ba49d71 commit 6464821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-debugger-extract-function-name.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import startCLI from '../common/debugger.js';
77

88
import assert from 'assert';
99

10-
const cli = startCLI([path('debugger', 'three-lines.js')]);
10+
const cli = startCLI(['--port=0', path('debugger', 'three-lines.js')]);
1111

1212
try {
1313
await cli.waitForInitialBreak();

0 commit comments

Comments
 (0)