*We do not need to return loadPath

This commit is contained in:
Derrick Hammer 2023-01-01 12:19:23 -05:00
parent 0eb71ff289
commit def6a395a4
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 2 deletions

View File

@ -29,8 +29,6 @@ function loadNativeModuleTemp (module, data) {
}
loady(module, loadPath);
return loadPath;
}`;
type Edit = [number, number];