mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 09:20:02 +09:00
Force a re-check on any exception being thrown
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user