MISC: Improve exception alert (#1709)

This commit is contained in:
catloversg
2024-10-22 10:36:29 +07:00
committed by GitHub
parent 8d1cfb2d97
commit bc51733fbe
10 changed files with 47 additions and 59 deletions
+1 -1
View File
@@ -216,7 +216,7 @@ const Engine: {
try {
Player.bladeburner.process();
} catch (e) {
exceptionAlert("Exception caught in Bladeburner.process(): " + e);
exceptionAlert(e);
}
}
Engine.Counters.mechanicProcess = 5;