Procyon Decompiler Cleanup
This commit is contained in:
parent
838e40f55e
commit
38920b95dd
|
@ -100,7 +100,7 @@ public class ProcyonDecompiler extends AbstractDecompiler
|
|||
}
|
||||
catch (Throwable e)
|
||||
{
|
||||
exception = NL + NL + ExceptionUtils.exceptionToString(e);
|
||||
exception = ExceptionUtils.exceptionToString(e);
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user