diff --git a/.gitignore b/.gitignore index 9491a2f..ce23a24 100644 --- a/.gitignore +++ b/.gitignore @@ -360,4 +360,5 @@ MigrationBackup/ .ionide/ # Fody - auto-generated XML schema -FodyWeavers.xsd \ No newline at end of file +FodyWeavers.xsd +/AutomaticUDGB/ILMerge.bat diff --git a/AutomaticUDGB/Program.cs b/AutomaticUDGB/Program.cs index e03e36e..57db22a 100644 --- a/AutomaticUDGB/Program.cs +++ b/AutomaticUDGB/Program.cs @@ -120,13 +120,13 @@ static void Main(string[] args) } } } + } - while (Console.KeyAvailable) - Console.ReadKey(true); + while (Console.KeyAvailable) + Console.ReadKey(true); - ColorConsole.Msg("\n\nPress any key to exit."); - Console.ReadKey(); - } + ColorConsole.Msg("\n\nPress any key to exit."); + Console.ReadKey(); } private static void ProcessOutputStream(object obj, DataReceivedEventArgs e)