Skip to content

Commit 1cffcc0

Browse files
dario-piotrowicztargos
authored andcommitted
test: add missing port=0 arg in test-debugger-extract-function-name
PR-URL: #58977 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent f753645 commit 1cffcc0

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)