FernFlower Exception Cleanup
This commit is contained in:
parent
efb43e6fb9
commit
838e40f55e
|
@ -134,7 +134,7 @@ public class FernFlowerDecompiler extends AbstractDecompiler
|
|||
}
|
||||
catch (Throwable e)
|
||||
{
|
||||
exception = NL + NL + ExceptionUtils.exceptionToString(e);
|
||||
exception = ExceptionUtils.exceptionToString(e);
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user