Skip to content

Commit 12b2c77

Browse files
Merge branch '5.4' into 6.4
* 5.4: Tweak error/exception handler registration
2 parents 72d080e + 807379c commit 12b2c77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Application.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,9 @@ public function run(?InputInterface $input = null, ?OutputInterface $output = nu
169169
}
170170
}
171171

172-
$this->configureIO($input, $output);
173-
174172
try {
173+
$this->configureIO($input, $output);
174+
175175
$exitCode = $this->doRun($input, $output);
176176
} catch (\Throwable $e) {
177177
if ($e instanceof \Exception && !$this->catchExceptions) {

0 commit comments

Comments
 (0)