8000 fix: fix code · jeremyFreeAgent/symfony@f28e626 · GitHub
[go: up one dir, main page]

Skip to content

Commit f28e626

Browse files
fix: fix code
1 parent 063ca2d commit f28e626

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Console/Application.php

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

309309
if ($command instanceof LazyCommand) {

0 commit comments

Comments
 (0)
0