Updater: Ignore non release commits

This commit is contained in:
Vendicated
2022-11-17 00:44:52 +01:00
parent 47d127a895
commit 8b0911b86a
2 changed files with 11 additions and 7 deletions

View File

@ -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);
}