mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 14:03:21 +08: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)
|
||||
{
|
||||
Errors.Add(e);
|
||||
throw;
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user