Skip to content

Commit 9673d90

Browse files
committed
Print errors if in any verbose mode
1 parent 550af9b commit 9673d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/InstallWorkshop.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function __invoke(OutputInterface $output, $workshopName)
7878
);
7979
}
8080

81-
if (isset($e) && $output->isVeryVerbose()) {
81+
if (isset($e) && $output->isVerbose()) {
8282
throw $e;
8383
} elseif (isset($e)) {
8484
return;

0 commit comments

Comments
 (0)