1
0
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:
Dean Herbert 2018-05-29 14:25:27 +09:00
parent 203691b1c7
commit c1f416b1cc

View File

@ -40,6 +40,7 @@ namespace osu.Game.Database
catch (Exception e)
{
Errors.Add(e);
throw;
}
finally
{