projects
/
platform
/
upstream
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd857f9
)
Missing EOL semicolons
author
Ryan Dahl
<ry@tinyclouds.org>
Fri, 12 Mar 2010 06:05:09 +0000
(22:05 -0800)
committer
Ryan Dahl
<ry@tinyclouds.org>
Fri, 12 Mar 2010 06:05:09 +0000
(22:05 -0800)
src/node.js
patch
|
blob
|
history
diff --git
a/src/node.js
b/src/node.js
index ccd1b5679f4e32d7603e4979234c39b1ab4fef20..f55ad3c543eb59d5d898e0cc85b13becec3f3a19 100644
(file)
--- 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");
-})
+})
;