mirror of
https://github.com/getgrav/grav.git
synced 2026-01-29 02:40:07 +01:00
Drop leftover exit() call
This commit is contained in:
@@ -242,7 +242,6 @@ class InstallCommand extends ConsoleCommand
|
||||
$question = new ConfirmationQuestion("The package <cyan>$package_name</cyan> will be updated to a new major version <green>$new_version</green>, from <magenta>$old_version</magenta>. Be sure to read what changed with the new major release. Continue? [y|N] ", false);
|
||||
|
||||
if ($helper->ask($this->input, $this->output, $question)) {
|
||||
exit();
|
||||
$this->processPackage($package, true);
|
||||
} else {
|
||||
$this->output->writeln("<yellow>Package " . $packageName . " not updated</yellow>");
|
||||
|
||||
Reference in New Issue
Block a user