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 0e2b250 commit dffafdeCopy full SHA for dffafde
test/parallel/test-process-exec-argv.js
@@ -15,7 +15,7 @@ if (process.argv[2] === 'child') {
15
out += chunk;
16
});
17
18
- child.on('exit', function() {
+ child.on('close', function() {
19
assert.deepStrictEqual(JSON.parse(out), execArgv);
20
21
}
0 commit comments