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:
0c17067
)
.addon -> .node
author
Ryan Dahl
<ry@tinyclouds.org>
Fri, 12 Mar 2010 06:03:55 +0000
(22:03 -0800)
committer
Ryan Dahl
<ry@tinyclouds.org>
Fri, 12 Mar 2010 06:04:00 +0000
(22:04 -0800)
How'd that get in there?
src/node.js
patch
|
blob
|
history
diff --git
a/src/node.js
b/src/node.js
index bbaa684f186e48c7bf16d1e256903478133946cb..ccd1b5679f4e32d7603e4979234c39b1ab4fef20 100644
(file)
--- a/
src/node.js
+++ b/
src/node.js
@@
-479,7
+479,7
@@
function findModulePath (id, dirs, callback) {
path.join(dir, id + ".js"),
path.join(dir, id + ".node"),
path.join(dir, id, "index.js"),
- path.join(dir, id, "index.
addon
")
+ path.join(dir, id, "index.
node
")
];
var ext;