mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-12 15:31:57 +00:00
show class name in log message
This commit is contained in:
@@ -857,7 +857,7 @@ public class Helper {
|
||||
writer.appendNoHilight(" * ").appendNoHilight(decompilationErrorAdd).newLine();
|
||||
}
|
||||
writer.appendNoHilight(" * ").appendNoHilight(AppResources.translate("decompilationError.errorType")).
|
||||
appendNoHilight(": " + ex.getClass().getSimpleName()).newLine();
|
||||
appendNoHilight(": " + ex.getClass().getSimpleName() + " (" + ex.getMessage() + ")").newLine();
|
||||
writer.appendNoHilight(" */").newLine();
|
||||
writer.appendNoHilight("throw new flash.errors.IllegalOperationError(\"").
|
||||
appendNoHilight(AppResources.translate("decompilationError.error.description")).
|
||||
|
||||
Reference in New Issue
Block a user