*We do not need to return loadPath
This commit is contained in:
parent
0eb71ff289
commit
def6a395a4
|
@ -29,8 +29,6 @@ function loadNativeModuleTemp (module, data) {
|
|||
}
|
||||
|
||||
loady(module, loadPath);
|
||||
|
||||
return loadPath;
|
||||
}`;
|
||||
|
||||
type Edit = [number, number];
|
||||
|
|
Loading…
Reference in New Issue