1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-13 00:47:19 +08:00
Dan Balasescu 6dbf466009
Fix incorrect exception handling
In particular, when the exception is:
`AggregateException { AggregateException { HubException } }`,
then the existing code will only unwrap the first aggregate exception.

The overlay's code was copied from the extension so both have been
adjusted here.
2025-01-23 18:32:19 +09:00
..
2024-11-15 15:51:01 +09:00
2024-11-21 20:41:14 +09:00