FernFlower Catch All

This commit is contained in:
Konloch 2024-10-02 12:30:10 -06:00
parent 36e6dbf875
commit 45d722cb2d

AI 샘플 코드 생성 중입니다

Loading...

View File

@ -130,7 +130,7 @@ public class FernFlowerDecompiler extends AbstractDecompiler
else
exception = "BCV Error: " + tempOutputJavaFile.getAbsolutePath() + " does not exist.";
}
catch (Exception e)
catch (Throwable e)
{
StringWriter exceptionWriter = new StringWriter();
e.printStackTrace(new PrintWriter(exceptionWriter));