Throw an exception in case checkServer() returns errors
This commit is contained in:
parent
890a18e1a6
commit
f7c906902a
|
@ -56,6 +56,7 @@ class Application {
|
||||||
$output->writeln($error['hint']);
|
$output->writeln($error['hint']);
|
||||||
$output->writeln('');
|
$output->writeln('');
|
||||||
}
|
}
|
||||||
|
throw new \Exception("Environment not properly prepared.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue