This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
modtainers
/
GCIPA
Watch
4
Star
0
Fork
1
Code
Issues
0
Pull Requests
0
Releases
15
Wiki
Activity
Browse Source
Fix minor bug.
tags/3.0c
Eusth
8 years ago
parent
05a8c93c32
commit
9d83342084
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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);
}
Write
Preview
Loading…
Cancel
Save