Skip to content

Commit

Permalink
shim out tty
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Jun 23, 2012
1 parent 97c12a0 commit 554ae30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions builtins/tty.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
exports.isatty = function () {};
exports.setRawMode = function () {};

0 comments on commit 554ae30

Please sign in to comment.