Fix minor bug.
This commit is contained in:
parent
05a8c93c32
commit
9d83342084
1 changed files with 2 additions and 1 deletions
|
@ -94,7 +94,8 @@ namespace IPA
|
||||||
Console.Error.Write("ERROR: " + message);
|
Console.Error.Write("ERROR: " + message);
|
||||||
if (!Environment.CommandLine.Contains("--nowait"))
|
if (!Environment.CommandLine.Contains("--nowait"))
|
||||||
{
|
{
|
||||||
Console.In.ReadToEnd();
|
Console.WriteLine("\n\n[Press any key to quit]");
|
||||||
|
Console.ReadKey();
|
||||||
}
|
}
|
||||||
Environment.Exit(1);
|
Environment.Exit(1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue