aboutsummaryrefslogtreecommitdiff
path: root/src/patcher.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/patcher.ts')
-rw-r--r--src/patcher.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/patcher.ts b/src/patcher.ts
index eb607b9..28910b7 100644
--- a/src/patcher.ts
+++ b/src/patcher.ts
@@ -152,6 +152,5 @@ if (readFileSync(injectorPath, "utf-8").includes('require("../app.asar")')) {
return loadModule.apply(this, arguments);
};
} else {
- console.log(require.main!.filename);
require(require.main!.filename);
}