Skip to content

Commit

Permalink
Merge pull request #2 from isiahmeadows/patch-1
Browse files Browse the repository at this point in the history
Fix a likely mistake
  • Loading branch information
goto-bus-stop authored Jan 20, 2018
2 parents 1ba769a + a2c7670 commit 4a04240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ function ReadStream() {
exports.ReadStream = ReadStream;

function WriteStream() {
throw new Error('tty.ReadStream is not implemented');
throw new Error('tty.WriteStream is not implemented');
}
exports.WriteStream = WriteStream;

0 comments on commit 4a04240

Please sign in to comment.