[Console][2.7] Fix merge #17040

This commit is contained in:
Maxime Steinhausser 2015-12-23 12:17:38 +01:00
parent cd94014b07
commit 211d58956f

View File

@ -631,7 +631,7 @@ class Application
*/
public function renderException($e, $output)
{
$output->writeln('', OutputInterface::VERBOSITY_QUIET);
$output->writeln('');
do {
$title = sprintf(' [%s] ', get_class($e));