Navigation Menu

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

Commit

Permalink
Remove tty_legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Oct 11, 2011
1 parent 71cce3f commit cdf5d91
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 606 deletions.
2 changes: 1 addition & 1 deletion lib/console.js
Expand Up @@ -19,7 +19,7 @@
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
// USE OR OTHER DEALINGS IN THE SOFTWARE.

var writeError = process.binding('stdio').writeError;
var writeError = process.writeError;
var util = require('util');

exports.log = function() {
Expand Down
File renamed without changes.
34 changes: 0 additions & 34 deletions lib/tty_legacy.js

This file was deleted.

0 comments on commit cdf5d91

Please sign in to comment.