We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f753645 commit 1cffcc0Copy full SHA for 1cffcc0
test/parallel/test-debugger-extract-function-name.mjs
@@ -7,7 +7,7 @@ import startCLI from '../common/debugger.js';
7
8
import assert from 'assert';
9
10
-const cli = startCLI([path('debugger', 'three-lines.js')]);
+const cli = startCLI(['--port=0', path('debugger', 'three-lines.js')]);
11
12
try {
13
await cli.waitForInitialBreak();
0 commit comments