Skip to content

Commit 807379c

Browse files
Tweak error/exception handler registration
1 parent 5b5a0aa commit 807379c

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
@@ -165,9 +165,9 @@ public function run(?InputInterface $input = null, ?OutputInterface $output = nu
165165
}
166166
}
167167

168-
$this->configureIO($input, $output);
169-
170168
try {
169+
$this->configureIO($input, $output);
170+
171171
$exitCode = $this->doRun($input, $output);
172172
} catch (\Exception $e) {
173173
if (!$this->catchExceptions) {

0 commit comments

Comments
 (0)