We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b102726 commit 926be59Copy full SHA for 926be59
Mystiko.File.Console/Program.cs
@@ -59,6 +59,7 @@ static void Main(string[] args)
59
System.Console.WriteLine("Encryption complete.");
60
if (options.Pause)
61
System.Console.ReadLine();
62
+ return;
63
}
64
65
if (!string.IsNullOrEmpty(options.DecryptFile))
0 commit comments