0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00

Remove process.mixin from repl

This commit is contained in:
isaacs 2010-03-08 15:07:26 -08:00 committed by Ryan Dahl
parent fb6dc11f11
commit 602d1861a1

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