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 f467e2a commit a45bf2fCopy full SHA for a45bf2f
test/sequential/test-debugger-invalid-args.js
@@ -21,7 +21,7 @@ const { createServer } = require('net');
21
22
// Launch w/ invalid host:port.
23
{
24
- const cli = startCLI(['localhost:914']);
+ const cli = startCLI([`localhost:${common.PORT}`]);
25
cli.quit()
26
.then((code) => {
27
assert.match(
0 commit comments