Browse Source

Merge pull request #42488 from nextcloud/fix/issue-42476-occ-update

fix(Update): Handle upstream exception scenario cleanly
pull/42679/head
Joas Schilling 2 years ago
committed by GitHub
parent
commit
02f9d79ad6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      core/Command/App/Update.php

1
core/Command/App/Update.php

@ -108,6 +108,7 @@ class Update extends Command {
'exception' => $e,
]);
$output->writeln('Error: ' . $e->getMessage());
$result = false;
$return = 1;
}

Loading…
Cancel
Save