Skip to content

Commit

Permalink
catch update exception
Browse files Browse the repository at this point in the history
  • Loading branch information
bao-qian committed May 17, 2020
1 parent 0f29b93 commit 80cc8b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Wox.Core/Updater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ public async Task UpdateApp(bool silentIfLatestVersion = true, bool updateToPrer
{
Logger.WoxError($"Please check your connection and proxy settings to api.github.com.", e);
}
catch (Exception e)
{
Logger.WoxError($"cannot check update", e);
}

}

Expand Down

0 comments on commit 80cc8b7

Please sign in to comment.