mirror of https://github.com/nodejs/node.git
module: Support cycles in native module requires
parent
314c6b3060
commit
372cb32dc4
|
@ -701,8 +701,8 @@
|
|||
|
||||
var nativeModule = new NativeModule(id);
|
||||
|
||||
nativeModule.compile();
|
||||
nativeModule.cache();
|
||||
nativeModule.compile();
|
||||
|
||||
return nativeModule.exports;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue