diff --git a/src/node.js b/src/node.js index ccd1b5679f..f55ad3c543 100644 --- a/src/node.js +++ b/src/node.js @@ -502,7 +502,7 @@ function findModulePath (id, dirs, callback) { } else { return searchLocations(); } - }) + }); // if sync } else { @@ -815,4 +815,4 @@ process.loop(); process.emit("exit"); -}) +});