Skip to content

Commit

Permalink
Do not catch exceptions in console
Browse files Browse the repository at this point in the history
  • Loading branch information
LionelLaffineur committed Feb 26, 2020
1 parent 67dae4b commit 2053e42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Skeleton/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2053e42

Please sign in to comment.