diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main/Program.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/Program.cs b/src/main/Program.cs index 83603b3..0c1a2ba 100644 --- a/src/main/Program.cs +++ b/src/main/Program.cs @@ -28,6 +28,11 @@ namespace PKISharp.WACS.Host if (container == null) { Environment.ExitCode = -1; + if (Environment.UserInteractive)
+ {
+ Console.WriteLine(" Press <Enter> to close");
+ Console.ReadLine();
+ } return; } |