.addon -> .node
authorRyan Dahl <ry@tinyclouds.org>
Fri, 12 Mar 2010 06:03:55 +0000 (22:03 -0800)
committerRyan Dahl <ry@tinyclouds.org>
Fri, 12 Mar 2010 06:04:00 +0000 (22:04 -0800)
How'd that get in there?

src/node.js

index bbaa684f186e48c7bf16d1e256903478133946cb..ccd1b5679f4e32d7603e4979234c39b1ab4fef20 100644 (file)
@@ -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;