Closed feliciegodineau closed 3 years ago
Thank you, I'll check within the next few days!
@feliciegodineau Okay, so I've just released v1.4.0 which should hopefully do the trick. Now when something goes wrong we call abort
with the actual error message. It raises SystemExit
which basically means status code 1
. However, if this still doesn't work please let me know.
Just updated it and it's working great 👍 Thank you!
@feliciegodineau Oh, that's great :) 👍
Describe the bug
export
rake doesn't exit with an error status code when it fails.To Reproduce This can be reproduce by having an invalid yml file and trying to export it using
bundle exec rails lokalise_rails:export
.Expected behavior We expect
bundle exec rails lokalise_rails:export
to return 1 when it fails to export files.Your environment: