Skip to content

Commit b3e5c14

Browse files
fix(Update): Handle upstream exception scenario cleanly
Fixes #42476 Signed-off-by: Josh Richards <[email protected]>
1 parent 5125c34 commit b3e5c14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: core/Command/App/Update.php

+1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
108108
'exception' => $e,
109109
]);
110110
$output->writeln('Error: ' . $e->getMessage());
111+
$result = false;
111112
$return = 1;
112113
}
113114

0 commit comments

Comments
 (0)