8000 [Console][2.7] Fix merge #17040 · symfony/symfony@211d589 · GitHub
[go: up one dir, main page]

Skip to content
10000

Commit 211d589

Browse files
committed
[Console][2.7] Fix merge #17040
1 parent cd94014 commit 211d589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Console/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ public function asXml($namespace = null, $asDom = false)
631631
*/
632632
public function renderException($e, $output)
633633
{
634-
$output->writeln('', OutputInterface::VERBOSITY_QUIET);
634+
$output->writeln('');
635635

636636
do {
637637
$title = sprintf(' [%s] ', get_class($e));

0 commit comments

Comments
 (0)
0