mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 23:30:51 +08:00
Add back missing rethrow
This commit is contained in:
@@ -40,6 +40,7 @@ namespace osu.Game.Database
|
||||
catch (Exception e)
|
||||
{
|
||||
Errors.Add(e);
|
||||
throw;
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user