From def6a395a4df154e988fdfaf7c7cac700635c299 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 1 Jan 2023 12:19:23 -0500 Subject: [PATCH] *We do not need to return loadPath --- src/index.ts | 2 -- 1 file changed, 2 deletions(-) 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];