Skip to content

Commit 957c3ef

Browse files
committed
fix: 运行时异常保留窗口
1 parent bdf235a commit 957c3ef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/i18nupdatemod/I18nUpdateMod.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ public static void init(Path minecraftPath, String minecraftVersion, String load
118118
Log.warning(String.format("Failed to update resource pack: %s", e));
119119
LoadDetailUI.appendLog(String.format("I18n Update Mod 运行失败: %s", e));
120120
LoadDetailUI.appendLog("请您手动关闭此窗口");
121+
return;
121122
// e.printStackTrace();
122123
}
123124
LoadDetailUI.hide();

0 commit comments

Comments
 (0)