1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 20:40:59 +08:00

Add back missing rethrow

This commit is contained in:
Dean Herbert
2018-05-29 14:25:27 +09:00
Unverified
parent 203691b1c7
commit c1f416b1cc
+1
View File
@@ -40,6 +40,7 @@ namespace osu.Game.Database
catch (Exception e)
{
Errors.Add(e);
throw;
}
finally
{