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:
parent
0c17067d87
commit
dd857f9fdf
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user