Skip to content

Commit

Permalink
render code instead of 1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Sep 14, 2018
1 parent 4960fcb commit 8d56cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ecs
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ try {
exit($application->run());
} catch (Throwable $throwable) {
(new ThrowableRenderer())->render($throwable);
exit(1);
exit($throwable->getCode());
}

0 comments on commit 8d56cd2

Please sign in to comment.