Improved error reporting
This commit is contained in:
@ -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())) {
|
||||
|
Reference in New Issue
Block a user