Procyon Decompiler Cleanup

This commit is contained in:
Konloch 2024-10-02 15:19:27 -06:00
parent 838e40f55e
commit 38920b95dd

AI 샘플 코드 생성 중입니다

Loading...

View File

@ -100,7 +100,7 @@ public class ProcyonDecompiler extends AbstractDecompiler
} }
catch (Throwable e) catch (Throwable e)
{ {
exception = NL + NL + ExceptionUtils.exceptionToString(e); exception = ExceptionUtils.exceptionToString(e);
} }
finally finally
{ {