8000 fix: throw exception on console command init fail · jeremyFreeAgent/symfony@063ca2d · GitHub
[go: up one dir, main page]

Skip to content

Commit 063ca2d

Browse files
fix: throw exception on console command init fail
1 parent ba8ac7d commit 063ca2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/Console/Application.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,8 @@ public function doRun(InputInterface $input, OutputInterface $output)
302302
throw $e;
303303
}
304304
}
305+
306+
throw $e;
305307
}
306308

307309
if ($command instanceof LazyCommand) {

0 commit comments

Comments
 (0)
0