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 41f905b commit 81a6c4fCopy full SHA for 81a6c4f
test/parallel/test-process-raw-debug.js
@@ -50,10 +50,10 @@ function parent() {
50
console.log('ok - got expected message');
51
});
52
53
- child.on('exit', function(c) {
+ child.on('exit', common.mustCall(function(c) {
54
assert(!c);
55
console.log('ok - child exited nicely');
56
- });
+ }));
57
}
58
59
function child() {
0 commit comments