◐ Shell
clean mode source ↗

test: add missing port=0 arg in test-debugger-extract-function-name · nodejs/node@1cffcc0

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 1cffcc0

dario-piotrowicztargos

authored and

committed

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 file changed

Lines changed: 1 addition & 1 deletion

File tree

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