Skip to content

Commit 4485c6a

Browse files
authored
Merge pull request #356 from asgrim/non-zero-exit-when-dep-is-refused
Non-zero exit when a requirement install is turned down
2 parents bff6837 + f830330 commit 4485c6a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Command/InstallExtensionsForProjectCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ static function (array $match): string {
239239

240240
if ($selectedPackageAnswer === 'None') {
241241
$output->writeln('Okay I won\'t install anything for ' . $extension->name());
242+
$anyErrorsHappened = true;
242243

243244
return;
244245
}

0 commit comments

Comments
 (0)