Make sure to print stack trace on error
This commit is contained in:
parent
66b6a67d94
commit
25a84aa10c
@ -130,7 +130,7 @@ public class Main {
|
||||
System.exit(1);
|
||||
} catch (Throwable e) {
|
||||
// unexpected error => dump stack
|
||||
debug.severe(cause("Error during startup", e));
|
||||
debug.log(Level.SEVERE, "Error during startup", e);
|
||||
System.exit(1);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user