We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0eb19b commit 6973596Copy full SHA for 6973596
test/known_issues/test-inspector-cluster-port-clash.js
@@ -41,7 +41,7 @@ function serialFork() {
41
if (code === 12) {
42
return assert.fail(`worker ${worker.id} failed to bind port`);
43
}
44
- assert.strictEqual(0, code);
+ assert.strictEqual(code, 0);
45
}));
46
worker.on('disconnect', common.mustCall(res));
47
});
0 commit comments