mirror of
https://github.com/osukey/osukey.git
synced 2025-06-09 13:28:03 +09:00
Add back missing rethrow
This commit is contained in:
parent
203691b1c7
commit
c1f416b1cc
@ -40,6 +40,7 @@ namespace osu.Game.Database
|
|||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
Errors.Add(e);
|
Errors.Add(e);
|
||||||
|
throw;
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user