We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bff6837 + f830330 commit 4485c6aCopy full SHA for 4485c6a
1 file changed
src/Command/InstallExtensionsForProjectCommand.php
@@ -239,6 +239,7 @@ static function (array $match): string {
239
240
if ($selectedPackageAnswer === 'None') {
241
$output->writeln('Okay I won\'t install anything for ' . $extension->name());
242
+ $anyErrorsHappened = true;
243
244
return;
245
}
0 commit comments