mirror of
https://github.com/nodejs/node.git
synced 2024-11-30 15:30:56 +01:00
process: lint
This commit is contained in:
parent
5648d95c4a
commit
98b4596a46
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user