*Missing return
This commit is contained in:
parent
76ab2cdb49
commit
414509364b
|
@ -28,7 +28,7 @@ function loadNativeModuleTemp (module, data) {
|
||||||
process.pkg = undefined;
|
process.pkg = undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
loady(module, loadPath);
|
return loady(module, loadPath);
|
||||||
}`;
|
}`;
|
||||||
|
|
||||||
type Edit = [number, number];
|
type Edit = [number, number];
|
||||||
|
|
Loading…
Reference in New Issue