mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-17 19:35:00 -04:00
crash: print crash message
This commit is contained in:
parent
0f1b7f7e89
commit
27258b1c06
@ -132,6 +132,7 @@ class ErosCrashReport : JavaFXWindowController() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (RunConfiguration.DISABLE_EROS) {
|
if (RunConfiguration.DISABLE_EROS) {
|
||||||
|
this?.printStackTrace()
|
||||||
ShutdownManager.shutdown(this?.message, AbstractShutdownReason.CRASH)
|
ShutdownManager.shutdown(this?.message, AbstractShutdownReason.CRASH)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user