mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
.addon -> .node
How'd that get in there?
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user