forked from coenjacobs/mozart
-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
Currently, exceptions are caught.
strauss/src/Console/Commands/DependenciesCommand.php
Lines 260 to 267 in 7ba8a8a
| } catch (Exception $e) { | |
| $this->logger->error($e->getMessage()); | |
| return Command::FAILURE; | |
| } | |
| return Command::SUCCESS; | |
| } |
But don't catch them so people have more information about problems.
(it's not DX for this project, but this project is only used by developers)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels