0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 15:30:56 +01:00

process: lint

This commit is contained in:
Nathan Rajlich 2012-04-25 20:10:50 -07:00
parent 5648d95c4a
commit 98b4596a46

View File

@ -266,7 +266,7 @@
var module = new Module(name);
module.filename = path.join(cwd, name);
module.paths = Module._nodeModulePaths(cwd);
var result = module._compile('return eval(process._eval)', name);
var result = module._compile('return eval(process._eval)', name);
if (process._print_eval) console.log(result);
}