mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 10:12:54 +08:00
Rethrow exception after logging to make tracking on CI easier
This commit is contained in:
parent
22e90076fb
commit
1550a3b470
@ -140,6 +140,7 @@ namespace osu.Game.Audio.Effects
|
||||
catch (Exception e)
|
||||
{
|
||||
Logger.Log($"Exception in audio filter disposal: {e}");
|
||||
throw;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user