Skip to content

Commit

Permalink
Merge pull request #61 from CrimsonOrion/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
goaaats authored Jan 5, 2022
2 parents 5fa5648 + 2b4d3ec commit 28885ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SaintCoinach.Cmd/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ private static void Main(string[] args) {
dataPath = SearchForDataPaths().FirstOrDefault(p => System.IO.Directory.Exists(p));
if (string.IsNullOrWhiteSpace(dataPath) || !System.IO.Directory.Exists(dataPath)) {
Console.WriteLine($"Need data! The path '{dataPath}' doesn't exist.");
Console.WriteLine("Press any key to exit...");
Console.ReadKey();
return;
}

Expand Down

0 comments on commit 28885ed

Please sign in to comment.