Skip to content

Commit

Permalink
Small change
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonPlayerX committed Aug 2, 2021
1 parent 530bc31 commit b18991b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -360,4 +360,5 @@ MigrationBackup/
.ionide/

# Fody - auto-generated XML schema
FodyWeavers.xsd
FodyWeavers.xsd
/AutomaticUDGB/ILMerge.bat
10 changes: 5 additions & 5 deletions AutomaticUDGB/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b18991b

Please sign in to comment.