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.
1 parent 1ba769a commit a2c7670Copy full SHA for a2c7670
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