Rework of error handling.

This commit is contained in:
2024-04-14 12:14:17 -04:00
parent 0653828fe3
commit bc195c27db
+1 -1
View File
@@ -40,7 +40,7 @@ public enum ForgeManager implements Runnable {
try {
workOrder = forge.take();
} catch (InterruptedException e) {
} catch (Exception e) {
Logger.error(e);
}