mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-01 05:54:05 +03:00
[FIX] Человекочитабельная ошибка в AdditionalFixesApplyTask.
This commit is contained in:
parent
5de7eedc35
commit
09932de0c0
2 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ public static void apply(Path inputFile, Path addFile, ZipOutputStream output, L
|
||||||
try {
|
try {
|
||||||
bytes = classFix(bytes, reader, srv.config.launcher.stripLineNumbers);
|
bytes = classFix(bytes, reader, srv.config.launcher.stripLineNumbers);
|
||||||
} catch (Throwable t) {
|
} catch (Throwable t) {
|
||||||
LogHelper.subWarning("Error on fixing class: " + t);
|
LogHelper.error(e);
|
||||||
}
|
}
|
||||||
output.write(bytes);
|
output.write(bytes);
|
||||||
} else
|
} else
|
||||||
|
|
2
modules
2
modules
|
@ -1 +1 @@
|
||||||
Subproject commit 574e3ad3e8b71e6cb23335c696632a7958d48846
|
Subproject commit ee53afe5ec31c28039943fa080df6a8dc8557d75
|
Loading…
Reference in a new issue