mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-31 13:59:43 +00:00
Fixed: Error in epic fail handler if console input redirected
Fixes Sentry LIDARR-1YS
This commit is contained in:
@@ -89,7 +89,7 @@ namespace NzbDrone.Console
|
|||||||
{
|
{
|
||||||
System.Threading.Thread.Sleep(1000);
|
System.Threading.Thread.Sleep(1000);
|
||||||
|
|
||||||
if (System.Console.KeyAvailable) break;
|
if (!System.Console.IsInputRedirected && System.Console.KeyAvailable) break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user