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) catch (Exception e)
{ {
Errors.Add(e); Errors.Add(e);
throw;
} }
finally finally
{ {