Skip to content

Commit

Permalink
Fix CLI not working at all by removing temporary exception throwing
Browse files Browse the repository at this point in the history
  • Loading branch information
uuksu committed Feb 1, 2024
1 parent 73d36b9 commit af36f9d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -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!
* **Fix CLI not working at all**: Removed a temporary exception throwing that was accidentally left from previous developement.
1 change: 0 additions & 1 deletion RPGMakerDecrypter.Cli/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ static void Main(string[] args)

try
{
throw new Exception("Testing");
switch (version)
{
case RPGMakerVersion.Xp:
Expand Down

0 comments on commit af36f9d

Please sign in to comment.