mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-15 06:45:42 -04:00
Update exitCode (#2500)
This commit is contained in:
parent
1d9d31f906
commit
c7fad05bae
@ -832,7 +832,7 @@ public final class LauncherHelper {
|
|||||||
@Override
|
@Override
|
||||||
public void onExit(int exitCode, ExitType exitType) {
|
public void onExit(int exitCode, ExitType exitType) {
|
||||||
if (showLogs) {
|
if (showLogs) {
|
||||||
Platform.runLater(() -> logWindow.logLine(String.format("[HMCL ProcessListener] Minecraft exit with code %d.", exitCode), Log4jLevel.INFO));
|
Platform.runLater(() -> logWindow.logLine(String.format("[HMCL ProcessListener] Minecraft exit with code %d(0x%x).", exitCode, exitCode), Log4jLevel.INFO));
|
||||||
}
|
}
|
||||||
|
|
||||||
launchingLatch.countDown();
|
launchingLatch.countDown();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user