Skip to content

Commit d387cd9

Browse files
committed
Add non-zero exit on game crash
1 parent 9f4d93c commit d387cd9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/src/bms/player/beatoraja/MainLoader.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ public void create() {
273273
} catch (Throwable e) {
274274
logger.error("{} : {}", e.getClass().getName(), e.getMessage());
275275
logger.error("Uncaught global exception: ", e);
276+
System.exit(1);
276277
}
277278
System.exit(0);
278279
}

0 commit comments

Comments
 (0)