Add exit check and update project include paths
This commit is contained in:
parent
93db7fcd2c
commit
58cc299536
2 changed files with 7 additions and 2 deletions
|
@ -51,6 +51,7 @@
|
|||
if(!file_exists($configuration->getPath()))
|
||||
{
|
||||
print(sprintf('Configuration \'%s\' does not exist, aborting' . PHP_EOL, $configuration->getName()));
|
||||
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue