This commit is contained in:
bao-qian
2016-05-09 03:18:36 +01:00
parent 340a151302
commit 7dd9b3fa0c
2 changed files with 10 additions and 1 deletions

View File

@@ -878,6 +878,10 @@ namespace Wox
await updater.UpdateApp();
}
}
catch (WebException ex)
{
Log.Error(ex);
}
catch (Exception ex)
{
Log.Error(ex);