Skip to content

Commit

Permalink
- Added delay to probably fix #51
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaBear84 committed Dec 2, 2020
1 parent 9297bd0 commit 1026377
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OpenDirectoryDownloader/Command.cs
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ internal static void ProcessConsoleInput(OpenDirectoryIndexer openDirectoryIndex
{
if (!Console.KeyAvailable)
{
Task.Delay(10).Wait();
continue;
}
ConsoleKey keyPressed = Console.ReadKey(intercept: true).Key;
Expand Down

0 comments on commit 1026377

Please sign in to comment.