Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Add new tty js files to node.gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus authored and ry committed Sep 27, 2011
1 parent 2e389c6 commit 73fcd43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion node.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@
'lib/timers_legacy.js',
'lib/timers_uv.js',
'lib/tls.js',
'lib/tty.js',
'lib/tty_legacy.js',
'lib/tty_posix.js',
'lib/tty_uv.js',
'lib/tty_win32.js',
'lib/url.js',
'lib/util.js',
Expand Down

0 comments on commit 73fcd43

Please sign in to comment.