diff --git a/HMCLCore/src/main/java/org/jackhuang/hmcl/game/GameDumpGenerator.java b/HMCLCore/src/main/java/org/jackhuang/hmcl/game/GameDumpGenerator.java index 36ab72ee2..6bc32f20b 100644 --- a/HMCLCore/src/main/java/org/jackhuang/hmcl/game/GameDumpGenerator.java +++ b/HMCLCore/src/main/java/org/jackhuang/hmcl/game/GameDumpGenerator.java @@ -128,7 +128,7 @@ public final class GameDumpGenerator { } private static void writeDumpBodyTo(VirtualMachine vm, Writer writer) throws IOException { - execute(vm, "Thread.print", writer); + execute(vm, "Thread.print -e -l", writer); } private static VirtualMachine attachVM(String lvmid, Writer writer) throws IOException, InterruptedException {