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:
parent
fb6dc11f11
commit
602d1861a1
@ -1,6 +1,7 @@
|
|||||||
#!/usr/bin/env node
|
#!/usr/bin/env node
|
||||||
|
|
||||||
process.mixin(require('sys'));
|
puts = require("sys").puts;
|
||||||
|
|
||||||
puts("Welcome to the Node.js REPL.");
|
puts("Welcome to the Node.js REPL.");
|
||||||
puts("Enter ECMAScript at the prompt.");
|
puts("Enter ECMAScript at the prompt.");
|
||||||
puts("Tip 1: Use 'rlwrap node-repl' for a better interface");
|
puts("Tip 1: Use 'rlwrap node-repl' for a better interface");
|
||||||
|
Loading…
Reference in New Issue
Block a user