Remove process.mixin from repl

pull/5370/head
isaacs 2010-03-08 15:07:26 -08:00 committed by Ryan Dahl
parent fb6dc11f11
commit 602d1861a1
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
#!/usr/bin/env node
process.mixin(require('sys'));
puts = require("sys").puts;
puts("Welcome to the Node.js REPL.");
puts("Enter ECMAScript at the prompt.");
puts("Tip 1: Use 'rlwrap node-repl' for a better interface");