diff --git a/.idea/php.xml b/.idea/php.xml index 43259c7..c6952bf 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -11,10 +11,14 @@ + + + + + + - - diff --git a/src/ConfigLib/Program.php b/src/ConfigLib/Program.php index dcb4c46..2f1a6d1 100644 --- a/src/ConfigLib/Program.php +++ b/src/ConfigLib/Program.php @@ -51,6 +51,7 @@ if(!file_exists($configuration->getPath())) { print(sprintf('Configuration \'%s\' does not exist, aborting' . PHP_EOL, $configuration->getName())); + exit(1); }