mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 18:23:04 +08:00
Force a re-check on any exception being thrown
This commit is contained in:
parent
a9250a0d98
commit
47a593ad7d
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user