diff --git a/lib/Skeleton/Console/Application.php b/lib/Skeleton/Console/Application.php index 1cbeb50..3b5943b 100644 --- a/lib/Skeleton/Console/Application.php +++ b/lib/Skeleton/Console/Application.php @@ -30,6 +30,7 @@ public function add_commands() { * Search for other Skeleton packages installed */ $skeletons = \Skeleton\Core\Skeleton::get_all(); + $this->setCatchExceptions(false); /** * Check in every Skeleton package for commands