Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
added feedback on wrong config path.
Browse files Browse the repository at this point in the history
  • Loading branch information
sambaas committed Aug 2, 2022
1 parent 56bce5f commit 3be10aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions TileBakeTool/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ private static void ApplyConfigFileSettings(string configFilePath)
);
Console.WriteLine($"Loaded config file: {Path.GetFileName(configFilePath)}");
}
else
{
Console.WriteLine($"Could not open config file.");
Console.WriteLine($"Please check if the path is correct: {configFilePath}");
}
}


Expand Down

0 comments on commit 3be10aa

Please sign in to comment.