0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00

.addon -> .node

How'd that get in there?
This commit is contained in:
Ryan Dahl 2010-03-11 22:03:55 -08:00
parent 0c17067d87
commit dd857f9fdf

View 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;