Skip to content

Commit

Permalink
Merge branch 'master-isolate' into v0.6-isolate
Browse files Browse the repository at this point in the history
  • Loading branch information
paddybyers committed Nov 30, 2011
2 parents 643ed04 + 3211e25 commit 065d5f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -458,11 +458,11 @@ Module._extensions['.json'] = function(module, filename) {
};


//Native extension for .node
//Native extension for .node and OS-specific equivalents
Module._extensions['.node'] = function(module, filename) {
process.dlopen(filename, module.exports);
};

Module._extensions['.dylib'] = Module._extensions['.node'];

// bootstrap main module.
Module.runMain = function() {
Expand Down

0 comments on commit 065d5f9

Please sign in to comment.