1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-05 04:52:53 +08:00

Handle more exceptions when checking for updates

Should resolve #849.
This commit is contained in:
Dean Herbert 2017-11-21 14:42:49 +09:00
parent 230599e3bf
commit 8e63a7dd8d

View File

@ -198,10 +198,9 @@ namespace osu.Desktop.Overlays
} }
} }
} }
catch (HttpRequestException) catch (Exception)
{ {
//likely have no internet connection. // we'll ignore this and retry later. can be triggered by no internet connection or thread abortion.
//we'll ignore this and retry later.
} }
finally finally
{ {