mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-29 04:17:05 +02:00
MISC: Improve exception alert (#1709)
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user