mirror of https://github.com/nodejs/node.git
tty.WritableStream should be writable
parent
7cf787a2d1
commit
e6092f337c
|
@ -318,6 +318,7 @@ function WriteStream(fd) {
|
||||||
});
|
});
|
||||||
|
|
||||||
this.readable = false;
|
this.readable = false;
|
||||||
|
this.writable = true;
|
||||||
}
|
}
|
||||||
inherits(WriteStream, net.Socket);
|
inherits(WriteStream, net.Socket);
|
||||||
exports.WriteStream = WriteStream;
|
exports.WriteStream = WriteStream;
|
||||||
|
|
Loading…
Reference in New Issue