mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-01 22:25:28 +00:00
clear convertException on new decompilation
This commit is contained in:
@@ -173,6 +173,7 @@ public final class MethodBody implements Cloneable {
|
||||
return;
|
||||
}
|
||||
int timeout = Configuration.decompilationTimeoutSingleMethod.get();
|
||||
convertException = null;
|
||||
try {
|
||||
Callable<Void> callable = new Callable<Void>() {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user