diff options
Diffstat (limited to 'src/patcher.ts')
-rw-r--r-- | src/patcher.ts | 1 |
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); } |