We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af1f79 commit 3300523Copy full SHA for 3300523
Flow.Launcher.Core/Updater.cs
@@ -87,7 +87,7 @@ public async Task UpdateApp(IPublicAPI api, bool silentUpdate = true)
87
UpdateManager.RestartApp(Constant.ApplicationFileName);
88
}
89
90
- catch (Exception e) when (e is HttpRequestException || e is WebException || e is SocketException)
+ catch (Exception e) when (e is HttpRequestException || e is WebException || e is SocketException || e is TaskCanceledException)
91
{
92
Log.Exception($"|Updater.UpdateApp|Check your connection and proxy settings to github-cloud.s3.amazonaws.com.", e);
93
api.ShowMsg(api.GetTranslation("update_flowlauncher_fail"),
0 commit comments