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

Commit 232e8e1

Browse files
Bert BelderBert Belder
Bert Belder
authored and
Bert Belder
committed
Fix test-stdin-from-file
1 parent 95eb729 commit 232e8e1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/fixtures/echo.js

-4
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,3 @@ var stdin = process.openStdin();
2929
stdin.on('data', function(data) {
3030
process.stdout.write(data.toString());
3131
});
32-
33-
stdin.on('end', function() {
34-
process.stdout.end();
35-
});

0 commit comments

Comments
 (0)