Browse Source

Fix minor bug.

tags/3.0c
Eusth 7 years ago
parent
commit
9d83342084
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      IPA/Program.cs

+ 2
- 1
IPA/Program.cs View File

@@ -94,7 +94,8 @@ namespace IPA
Console.Error.Write("ERROR: " + message);
if (!Environment.CommandLine.Contains("--nowait"))
{
Console.In.ReadToEnd();
Console.WriteLine("\n\n[Press any key to quit]");
Console.ReadKey();
}
Environment.Exit(1);
}


Loading…
Cancel
Save