mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 12:57:39 +09:00
Don't unwrap exception manually
This commit is contained in:
parent
e19f4935c3
commit
f31b19e0d7
@ -172,8 +172,7 @@ namespace osu.Game.Database
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
var e = t.Exception.InnerException ?? t.Exception;
|
Logger.Error(t.Exception, $@"Could not import ({Path.GetFileName(path)})");
|
||||||
Logger.Error(e, $@"Could not import ({Path.GetFileName(path)})");
|
|
||||||
}
|
}
|
||||||
}, TaskContinuationOptions.NotOnCanceled)));
|
}, TaskContinuationOptions.NotOnCanceled)));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user