Navigation Menu

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

Commit

Permalink
Fix test-stdin-from-file
Browse files Browse the repository at this point in the history
  • Loading branch information
Bert Belder authored and Bert Belder committed Nov 25, 2011
1 parent 95eb729 commit 232e8e1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/fixtures/echo.js
Expand Up @@ -29,7 +29,3 @@ var stdin = process.openStdin();
stdin.on('data', function(data) {
process.stdout.write(data.toString());
});

stdin.on('end', function() {
process.stdout.end();
});

0 comments on commit 232e8e1

Please sign in to comment.