mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 22:34:09 +08:00
Ensure correct exception logged
This commit is contained in:
parent
2498305174
commit
dfa21444b4
@ -143,6 +143,7 @@ namespace osu.Game.Database
|
|||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
|
e = e.InnerException ?? e;
|
||||||
Logger.Error(e, $@"Could not import beatmap set");
|
Logger.Error(e, $@"Could not import beatmap set");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user