Friday, March 21, 2014

How to Disable the Undefined Response on Node.js Console

On the REPL command line, enter the following:


 module.exports.repl.ignoreUndefined = true;

No comments: