mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Log exception when QL timeout
This commit is contained in:
parent
441d4cb173
commit
45a42a5e54
1 changed files with 2 additions and 1 deletions
|
|
@ -96,9 +96,10 @@ namespace Flow.Launcher.Helper
|
|||
|
||||
return serverInstances;
|
||||
}
|
||||
catch (TimeoutException)
|
||||
catch (TimeoutException e)
|
||||
{
|
||||
client.Close();
|
||||
Log.Exception($"{nameof(QuickLookHelper)}", "QuickLook connection timeout", e);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue