Add exit check and update project include paths

This commit is contained in:
netkas 2024-09-20 18:41:47 -04:00
parent b34005af1b
commit 6cdc2336cd
2 changed files with 7 additions and 2 deletions

View file

@ -51,6 +51,7 @@
if(!file_exists($configuration->getPath()))
{
print(sprintf('Configuration \'%s\' does not exist, aborting' . PHP_EOL, $configuration->getName()));
exit(1);
}