Update JREUtils.java

This commit is contained in:
Duy Tran Khanh 2021-10-17 17:31:00 +07:00 committed by GitHub
parent e7056313f8
commit f140c03861
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -305,7 +305,7 @@ public class JREUtils {
setupExitTrap(ctx.getApplication());
chdir(Tools.DIR_GAME_NEW);
ctx.appendlnToLog("FULL ARGS: " + Arrays.toString(userArgs.toArray(new String[0]))):
ctx.appendlnToLog("FULL ARGS: " + Arrays.toString(userArgs.toArray(new String[0])));
final int exitCode = VMLauncher.launchJVM(userArgs.toArray(new String[0]));
ctx.appendlnToLog("Java Exit code: " + exitCode);
if (exitCode != 0) {