Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup
  • Loading branch information
ronag committed Jul 1, 2021
commit 43e1037fd9284d6e807f49cd0e9a543199cad35d
2 changes: 1 addition & 1 deletion lib/internal/bootstrap/switches/is_main_thread.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ function getStdin() {
stdin = new tty.ReadStream(fd, {
highWaterMark: 0,
readable: true,
writable: false
writable: true
});
break;

Expand Down