From af36f9d19d84976bd2d53c5a02cf0f5ea89a4f2b Mon Sep 17 00:00:00 2001 From: Mikko Uuksulainen Date: Thu, 1 Feb 2024 11:57:53 +0000 Subject: [PATCH] Fix CLI not working at all by removing temporary exception throwing --- CHANGELOG.MD | 3 +-- RPGMakerDecrypter.Cli/Program.cs | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index ba97721..cbf421c 100755 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,4 +1,3 @@ # Changed in this release -* **Improve error logging**: Changed error logging to be less generic and added a exception logging in case of unexpected errors. Thank you @vncastanheira for help and inspiration! -* **Prevent project files overwrite**: Changed so that project file and .ini file are not generated again if target archive exist in same directory as the output directory (in this situation project already can have those files). Thank you @Half-Time-Demon for the issue report! \ No newline at end of file +* **Fix CLI not working at all**: Removed a temporary exception throwing that was accidentally left from previous developement. \ No newline at end of file diff --git a/RPGMakerDecrypter.Cli/Program.cs b/RPGMakerDecrypter.Cli/Program.cs index c3f8138..3d88c63 100644 --- a/RPGMakerDecrypter.Cli/Program.cs +++ b/RPGMakerDecrypter.Cli/Program.cs @@ -55,7 +55,6 @@ static void Main(string[] args) try { - throw new Exception("Testing"); switch (version) { case RPGMakerVersion.Xp: