Browse Source

Remove process.mixin from repl

v0.7.4-release
isaacs 15 years ago
committed by Ryan Dahl
parent
commit
602d1861a1
  1. 3
      bin/node-repl

3
bin/node-repl

@ -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");

Loading…
Cancel
Save