We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ba769a + a2c7670 commit 4a04240Copy full SHA for 4a04240
index.js
@@ -6,6 +6,6 @@ function ReadStream() {
6
exports.ReadStream = ReadStream;
7
8
function WriteStream() {
9
- throw new Error('tty.ReadStream is not implemented');
+ throw new Error('tty.WriteStream is not implemented');
10
}
11
exports.WriteStream = WriteStream;
0 commit comments