[FIX] Ошибка компиляции.

This commit is contained in:
Zaxar163 2019-09-17 18:37:45 +02:00
parent 09932de0c0
commit b01e52bb17
No known key found for this signature in database
GPG key ID: 1FE4F2E1F053831B

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.error(e);
LogHelper.error(t);
}
output.write(bytes);
} else