Skip to content

Commit 4a04240

Browse files
Merge pull request #2 from isiahmeadows/patch-1
Fix a likely mistake
2 parents 1ba769a + a2c7670 commit 4a04240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ function ReadStream() {
66
exports.ReadStream = ReadStream;
77

88
function WriteStream() {
9-
throw new Error('tty.ReadStream is not implemented');
9+
throw new Error('tty.WriteStream is not implemented');
1010
}
1111
exports.WriteStream = WriteStream;

0 commit comments

Comments
 (0)