Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
process: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Apr 26, 2012
1 parent 5648d95 commit 98b4596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node.js
Expand Up @@ -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);
}

Expand Down

0 comments on commit 98b4596

Please sign in to comment.