Skip to content

Commit

Permalink
[Console][2.7] Fix merge #17040
Browse files Browse the repository at this point in the history
  • Loading branch information
ogizanagi committed Dec 23, 2015
1 parent 5e82832 commit 4e35a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Application.php
Expand Up @@ -631,7 +631,7 @@ public function asXml($namespace = null, $asDom = false)
*/
public function renderException($e, $output)
{
$output->writeln('', OutputInterface::VERBOSITY_QUIET);
$output->writeln('');

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

0 comments on commit 4e35a78

Please sign in to comment.