diff --git a/src/Symfony/Installer/DownloadCommand.php b/src/Symfony/Installer/DownloadCommand.php index 69d5617..80083bd 100644 --- a/src/Symfony/Installer/DownloadCommand.php +++ b/src/Symfony/Installer/DownloadCommand.php @@ -135,7 +135,7 @@ protected function download() "There was an error downloading %s from symfony.com server:\n%s", $this->getDownloadedApplicationType(), $e->getMessage() - )); + ), null, $e); } } @@ -192,7 +192,7 @@ protected function extract() "To solve this issue, check the permissions of the %s directory and\n". "try executing this command again:\n%s", $this->getDownloadedApplicationType(), getcwd(), $this->getExecutedCommand() - )); + ), null, $e); } if (!$extractionSucceeded) {