crash: print crash message

This commit is contained in:
Bixilon 2023-01-31 16:31:04 +01:00
parent 0f1b7f7e89
commit 27258b1c06
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -132,6 +132,7 @@ class ErosCrashReport : JavaFXWindowController() {
}
if (RunConfiguration.DISABLE_EROS) {
this?.printStackTrace()
ShutdownManager.shutdown(this?.message, AbstractShutdownReason.CRASH)
return
}