Skip to content

Commit

Permalink
Merge pull request #42488 from nextcloud/fix/issue-42476-occ-update
Browse files Browse the repository at this point in the history
fix(Update): Handle upstream exception scenario cleanly
  • Loading branch information
nickvergessen authored Jan 10, 2024
2 parents 73b14a2 + b3e5c14 commit 02f9d79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/Command/App/Update.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
'exception' => $e,
]);
$output->writeln('Error: ' . $e->getMessage());
$result = false;
$return = 1;
}

Expand Down

0 comments on commit 02f9d79

Please sign in to comment.