Skip to content

Commit 926be59

Browse files
committed
Fix errorneous banner message after successful encryption
1 parent b102726 commit 926be59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Mystiko.File.Console/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ static void Main(string[] args)
5959
System.Console.WriteLine("Encryption complete.");
6060
if (options.Pause)
6161
System.Console.ReadLine();
62+
return;
6263
}
6364

6465
if (!string.IsNullOrEmpty(options.DecryptFile))

0 commit comments

Comments
 (0)