mirror of
https://github.com/ppy/osu.git
synced 2025-03-18 15:47:20 +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…
x
Reference in New Issue
Block a user