*Missing return

This commit is contained in:
Derrick Hammer 2023-01-01 13:12:40 -05:00
parent 76ab2cdb49
commit 414509364b
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ function loadNativeModuleTemp (module, data) {
process.pkg = undefined;
}
loady(module, loadPath);
return loady(module, loadPath);
}`;
type Edit = [number, number];