mirror of
https://github.com/ppy/osu.git
synced 2025-02-05 04:52:53 +08:00
parent
230599e3bf
commit
8e63a7dd8d
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user