We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f35fc0 commit aa269adCopy full SHA for aa269ad
test/parallel/test-child-process-silent.js
@@ -41,7 +41,7 @@ if (process.argv[2] === 'pipe') {
41
stdoutData = true;
42
});
43
let stderrData = false;
44
- parent.stdout.on('data', function() {
+ parent.stderr.on('data', function() {
45
stderrData = true;
46
47
0 commit comments