Browse Source

Missing EOL semicolons

v0.7.4-release
Ryan Dahl 15 years ago
parent
commit
c96b7e5ca0
  1. 4
      src/node.js

4
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");
})
});

Loading…
Cancel
Save