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 f7c8d23 commit ab99a89Copy full SHA for ab99a89
test/known_issues/test-inspector-cluster-port-clash.js
@@ -23,6 +23,8 @@ if (process.config.variables.v8_enable_inspector === 0) {
23
const cluster = require('cluster');
24
const net = require('net');
25
26
+common.crashOnUnhandleRejection();
27
+
28
const ports = [process.debugPort];
29
const clashPort = process.debugPort + 2;
30
function serialFork() {
0 commit comments