mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-11 12:56:53 -04:00
Update ExitWaiter.java (#3042)
This commit is contained in:
parent
e8b4c38451
commit
7f13d6646b
@ -70,7 +70,6 @@ final class ExitWaiter implements Runnable {
|
|||||||
EventBus.EVENT_BUS.fireEvent(new JVMLaunchFailedEvent(this, process));
|
EventBus.EVENT_BUS.fireEvent(new JVMLaunchFailedEvent(this, process));
|
||||||
exitType = ProcessListener.ExitType.JVM_ERROR;
|
exitType = ProcessListener.ExitType.JVM_ERROR;
|
||||||
} else if (exitCode != 0 || StringUtils.containsOne(errorLines,
|
} else if (exitCode != 0 || StringUtils.containsOne(errorLines,
|
||||||
"Someone is closing me!",
|
|
||||||
"Crash report saved to", "Could not save crash report to", "This crash report has been saved to:",
|
"Crash report saved to", "Could not save crash report to", "This crash report has been saved to:",
|
||||||
"Unable to launch", "An exception was thrown, the game will display an error screen and halt.")) {
|
"Unable to launch", "An exception was thrown, the game will display an error screen and halt.")) {
|
||||||
EventBus.EVENT_BUS.fireEvent(new ProcessExitedAbnormallyEvent(this, process));
|
EventBus.EVENT_BUS.fireEvent(new ProcessExitedAbnormallyEvent(this, process));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user