mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
Fix test-stdin-from-file
This commit is contained in:
4
test/fixtures/echo.js
vendored
4
test/fixtures/echo.js
vendored
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user