forked from SteamWar/SteamWar
Fix CheckpointUtilsJ9
This commit is contained in:
@@ -221,6 +221,7 @@ public class Subserver {
|
||||
if (checkpoint) {
|
||||
start(process.getErrorStream(), line -> line.contains("Restore finished successfully."));
|
||||
start(process.getInputStream(), line -> line.contains("Checkpoint restored"));
|
||||
Thread.sleep(100);
|
||||
} else {
|
||||
start(process.getInputStream(), line -> {
|
||||
if (line.contains("Loading libraries, please wait"))
|
||||
|
||||
Reference in New Issue
Block a user