Skip to content

Commit f45593e

Browse files
Removed ReadKey in TranslationHelper
1 parent 632fef1 commit f45593e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

TranslationHelper/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ static class Program
2828
/// <param name="args">Arguments in the format of Mono.Options</param>
2929
static void Main(string[] args)
3030
{
31-
Console.ReadKey(); // Wait for a key press to ensure the console window stays open during debugging
3231
bool showHelp = false;
3332
bool modeResxToCsv = false;
3433
bool modeResxToXlsx = false;

0 commit comments

Comments
 (0)