Skip to content

Commit aea9cbb

Browse files
update
1 parent 53ef1d6 commit aea9cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HMCL/src/main/java/org/jackhuang/hmcl/game/LogExporter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public static CompletableFuture<Void> exportLogs(
129129
}
130130

131131
if (!hasJij) {
132-
infoBuilder.append("无 / None").append(System.lineSeparator());
132+
infoBuilder.append("No JIJ INFO contain").append(System.lineSeparator());
133133
}
134134

135135
zipper.putTextFile(infoBuilder.toString(), "ALL_MOD_JIJ_INFO.txt");

0 commit comments

Comments
 (0)