[FIX] Человекочитабельная ошибка в AdditionalFixesApplyTask.

This commit is contained in:
Zaxar163 2019-09-17 18:31:19 +02:00
parent 5de7eedc35
commit 09932de0c0
No known key found for this signature in database
GPG key ID: 1FE4F2E1F053831B
2 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,7 @@ public static void apply(Path inputFile, Path addFile, ZipOutputStream output, L
try {
bytes = classFix(bytes, reader, srv.config.launcher.stripLineNumbers);
} catch (Throwable t) {
LogHelper.subWarning("Error on fixing class: " + t);
LogHelper.error(e);
}
output.write(bytes);
} else

@ -1 +1 @@
Subproject commit 574e3ad3e8b71e6cb23335c696632a7958d48846
Subproject commit ee53afe5ec31c28039943fa080df6a8dc8557d75