Improved error reporting

This commit is contained in:
2016-04-19 16:37:31 +02:00
parent 79bc0a92d9
commit fceb4c4966
5 changed files with 17 additions and 20 deletions

View File

@ -40,6 +40,10 @@ class ApplyCommand extends Command
$output->writeln("<error>Error: ".$e->getMessage()."</error>");
return;
}
if (!$hotfix) {
$output->writeln("<error>Could not load hotfix</error>");
return;
}
$output->writeln("");
if (($signer = $hotfix->getSignedBy())) {