Rework of error handling.
This commit is contained in:
@@ -40,7 +40,7 @@ public enum ForgeManager implements Runnable {
|
||||
|
||||
try {
|
||||
workOrder = forge.take();
|
||||
} catch (InterruptedException e) {
|
||||
} catch (Exception e) {
|
||||
Logger.error(e);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user