leanflutter / flutter_distributor

An all-in-one Flutter application packaging and distribution tool, providing you with a one-stop solution to meet various distribution needs.
https://distributor.leanflutter.dev/
MIT License
891 stars 123 forks source link

Errors aren't rethrown so they don't get passed to CI, this is inconsistent with other commands. #219

Closed arran4 closed 3 months ago

arran4 commented 3 months ago

CI wasn't failing when I was running release:

image

This seems to be because release isn't rethrowing as per the other commands. Adding resolves the issue:

Before:

Screenshot_20240824_143534

After:

Screenshot_20240824_143610

It does make it more verbose (redundantly) and the new stack trace doesn't have formatting.