1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:07:23 +08:00

Force a re-check on any exception being thrown

This commit is contained in:
Dean Herbert 2021-07-12 14:55:09 +09:00
parent a9250a0d98
commit 47a593ad7d

View File

@ -111,6 +111,7 @@ namespace osu.Desktop.Updater
catch (Exception)
{
// we'll ignore this and retry later. can be triggered by no internet connection or thread abortion.
scheduleRecheck = true;
}
finally
{