mirror of
https://github.com/ppy/osu
synced 2025-01-30 01:42:54 +00:00
Fix CI error
This commit is contained in:
parent
9f498d2990
commit
ce609302ed
@ -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}");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user