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 ca5f4f0 commit 26536e4Copy full SHA for 26536e4
test/parallel/test-cluster-disconnect-race.js
@@ -24,7 +24,7 @@ if (cluster.isMaster) {
24
}));
25
26
cluster.on('exit', common.mustCall(function(worker, code) {
27
- assert.strictEqual(code, 0, 'worker exited with error');
+ assert.strictEqual(code, 0, `worker exited with error code ${code}`);
28
}, 2));
29
30
return;
0 commit comments