From 38920b95dd6b96914fb395b4c674f4373c76fa5c Mon Sep 17 00:00:00 2001 From: Konloch Date: Wed, 2 Oct 2024 15:19:27 -0600 Subject: [PATCH] Procyon Decompiler Cleanup --- .../club/bytecodeviewer/decompilers/impl/ProcyonDecompiler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/the/bytecode/club/bytecodeviewer/decompilers/impl/ProcyonDecompiler.java b/src/main/java/the/bytecode/club/bytecodeviewer/decompilers/impl/ProcyonDecompiler.java index 46696722..6bd94d7e 100644 --- a/src/main/java/the/bytecode/club/bytecodeviewer/decompilers/impl/ProcyonDecompiler.java +++ b/src/main/java/the/bytecode/club/bytecodeviewer/decompilers/impl/ProcyonDecompiler.java @@ -100,7 +100,7 @@ public class ProcyonDecompiler extends AbstractDecompiler } catch (Throwable e) { - exception = NL + NL + ExceptionUtils.exceptionToString(e); + exception = ExceptionUtils.exceptionToString(e); } finally {