Skip to content

Commit aa269ad

Browse files
osukaaMylesBorins
authored andcommitted
test: fix stderr reference
PR-URL: #15938 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent 3f35fc0 commit aa269ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-child-process-silent.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if (process.argv[2] === 'pipe') {
4141
stdoutData = true;
4242
});
4343
let stderrData = false;
44-
parent.stdout.on('data', function() {
44+
parent.stderr.on('data', function() {
4545
stderrData = true;
4646
});
4747

0 commit comments

Comments
 (0)