We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cff2cc commit b9d63abCopy full SHA for b9d63ab
test/parallel/test-process-external-stdio-close-spawn.js
@@ -22,7 +22,7 @@ if (process.argv[2] === 'child') {
22
});
23
24
child.on('close', common.mustCall((exitCode, signal) => {
25
- assert.strictEqual(exitCode, 0, 'exit successfully');
+ assert.strictEqual(exitCode, 0);
26
assert.strictEqual(signal, null);
27
}));
28
0 commit comments