1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 02:30:06 +08:00

Fix CI error

This commit is contained in:
smoogipoo
2019-10-01 15:41:01 +09:00
Unverified
parent 9f498d2990
commit ce609302ed
+1 -1
View File
@@ -135,7 +135,7 @@ namespace osu.Game.Rulesets
foreach (string file in files.Where(f => !Path.GetFileName(f).Contains("Tests")))
loadRulesetFromFile(file);
}
catch(Exception e)
catch (Exception e)
{
Logger.Error(e, $"Could not load rulesets from directory {Environment.CurrentDirectory}");
}