Skip to content

Commit

Permalink
Merge pull request #206 from demeritcowboy/execute
Browse files Browse the repository at this point in the history
Crash with core:install - typeerror on return value from execute()
  • Loading branch information
totten authored Aug 10, 2024
2 parents dbb1fa1 + a6ed412 commit 3fa725d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Command/CoreInstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ protected function execute(InputInterface $input, OutputInterface $output) {
if ($output->getVerbosity() > OutputInterface::VERBOSITY_NORMAL) {
$output->writeln(Encoder::encode($setup->getModel()->getValues(), 'json-pretty'));
}
return 0;
}

/**
Expand Down

0 comments on commit 3fa725d

Please sign in to comment.