Skip to content

Commit

Permalink
Probably this entire thing?
Browse files Browse the repository at this point in the history
  • Loading branch information
e3ndr committed Dec 3, 2024
1 parent 667fa20 commit 8ae7292
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/java/co/casterlabs/caffeinated/updater/Launcher.java
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ public static void main(String[] args) throws Exception {
dieFile.delete();
Thread.sleep(500);

try {
Updater.target.forceKillApp();
} catch (Throwable t) {
FastLogger.logStatic(LogLevel.WARNING, "Could not force kill the app, this is probably fine.\n%s", t);
}
// try {
// Updater.target.forceKillApp();
// } catch (Throwable t) {
// FastLogger.logStatic(LogLevel.WARNING, "Could not force kill the app, this is probably fine.\n%s", t);
// }

doChecks();
}
Expand Down

0 comments on commit 8ae7292

Please sign in to comment.