Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
test: fix typo in test-child-process-stdout-flush
  • Loading branch information
vinc authored and bnoordhuis committed Mar 1, 2012
1 parent bab59f3 commit 8cdbf01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/simple/test-child-process-stdout-flush.js
Expand Up @@ -40,7 +40,7 @@ child.stderr.on('data', function(data) {
assert.ok(false);
});

child.stderr.setEncoding('utf8');
child.stdout.setEncoding('utf8');
child.stdout.on('data', function(data) {
count += data.length;
console.log(count);
Expand Down

0 comments on commit 8cdbf01

Please sign in to comment.