Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ghaiklor
Created February 3, 2017 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ghaiklor/365ff0b399b79782558bfe0bc022173d to your computer and use it in GitHub Desktop.
Save ghaiklor/365ff0b399b79782558bfe0bc022173d to your computer and use it in GitHub Desktop.
Module._extensions.node sources
//Native extension for .node
Module._extensions['.node'] = function(module, filename) {
return process.dlopen(module, path._makeLong(filename));
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment