Skip to content

Commit a829160

Browse files
issues resolved
1 parent 73459cd commit a829160

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/sequential/test-debugger-random-port-with-inspect-port.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ const cli = startCLI(['--inspect-port=0', script]);
2424
'forwards child output');
2525
} finally {
2626
const code = await cli.quit();
27-
assert.strictEqual(code,0);
27+
assert.strictEqual(code, 0);
2828
}
29-
})();
29+
})().then(common.mustCall());

0 commit comments

Comments
 (0)