antonioribeiro / health

Laravel Health Panel
BSD 3-Clause "New" or "Revised" License
1.94k stars 198 forks source link

health:panel reporting errors should return exit code > 0 #191

Closed eleftrik closed 2 years ago

eleftrik commented 4 years ago

When php artisan health:panel reports any error, the command exit code should be a value greater than 0. Instead, it returns 0 in any case. This could be useful, for example, in some deploy script.

Thank you

antonioribeiro commented 2 years ago

Will be fixed on the new version.