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

Commit

Permalink
tty.WritableStream should be writable
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Oct 10, 2011
1 parent 7cf787a commit e6092f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tty_uv.js
Expand Up @@ -318,6 +318,7 @@ function WriteStream(fd) {
});

this.readable = false;
this.writable = true;
}
inherits(WriteStream, net.Socket);
exports.WriteStream = WriteStream;
Expand Down

0 comments on commit e6092f3

Please sign in to comment.