Skip to content

Commit

Permalink
Error Handling
Browse files Browse the repository at this point in the history
  • Loading branch information
rm-NoobInCoding committed May 21, 2024
1 parent e046205 commit c9409e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Archive.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public static void Unpack(Stream ArchiveRaw, string Folder)
{
Console.WriteLine("[" + i + "] ---" + FileName + " Cannot Exported! Error:" + ex.Message);
Console.WriteLine("Press any key to continue unpacking");
Console.ReadLine();
Console.ReadKey();
FailedFiles++;
}

Expand Down

0 comments on commit c9409e0

Please sign in to comment.