Browse Source

.addon -> .node

How'd that get in there?
v0.7.4-release
Ryan Dahl 15 years ago
parent
commit
dd857f9fdf
  1. 2
      src/node.js

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

Loading…
Cancel
Save