FernFlower Exception Cleanup

This commit is contained in:
Konloch 2024-10-02 15:19:05 -06:00
parent efb43e6fb9
commit 838e40f55e

AI 샘플 코드 생성 중입니다

Loading...

View File

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