Skip to content

Commit

Permalink
changed to use exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
jamielsharief committed Oct 18, 2019
1 parent 3342cf1 commit b79ccbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/console
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ namespace Generate\Console;

require dirname(__DIR__) . '/config/bootstrap.php';

(new Application())->dispatch($argv);
$exitCode = (new Application())->dispatch($argv);
exit($exitCode);

0 comments on commit b79ccbc

Please sign in to comment.