Fix CI error

This commit is contained in:
smoogipoo 2019-10-01 15:41:01 +09:00
parent 9f498d2990
commit ce609302ed

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}");
}