From dd857f9fdfa9bb2dcd71500173bd203aa2dd588b Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 11 Mar 2010 22:03:55 -0800 Subject: [PATCH] .addon -> .node How'd that get in there? --- src/node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node.js b/src/node.js index bbaa684f186..ccd1b5679f4 100644 --- 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;