diff --git a/src/index.ts b/src/index.ts index 487cd74..a2a3922 100644 --- a/src/index.ts +++ b/src/index.ts @@ -29,8 +29,6 @@ function loadNativeModuleTemp (module, data) { } loady(module, loadPath); - - return loadPath; }`; type Edit = [number, number];