Skip to content

Commit dd14004

Browse files
TrottMylesBorins
authored andcommitted
test: fix typo in test-inspector-cluster-port-clash.js
PR-URL: #17782 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Jon Moss <[email protected]>
1 parent 7153434 commit dd14004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/known_issues/test-inspector-cluster-port-clash.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if (process.config.variables.v8_enable_inspector === 0) {
2323
const cluster = require('cluster');
2424
const net = require('net');
2525

26-
common.crashOnUnhandleRejection();
26+
common.crashOnUnhandledRejection();
2727

2828
const ports = [process.debugPort];
2929
const clashPort = process.debugPort + 2;

0 commit comments

Comments
 (0)