Skip to content

Commit

Permalink
catch console errors: this setting was introduced to show exceptions in
Browse files Browse the repository at this point in the history
skeleton-test. The Skeleton\Test\Printer is now taking care of this. We
can go back to default console settings.
  • Loading branch information
christopheg committed Mar 22, 2023
1 parent 2053e42 commit 6edda3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Skeleton/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ 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 6edda3a

Please sign in to comment.