Skip to content

v1.3.26

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 28 Jan 01:10
· 493 commits to main since this release
4ba3e8c

🚀 Enhancements

Send errors to std.Error. Better error handling @aknysh (#113)

what

  • Send errors to std.Error
  • Better error handling

why

  • In CI/CD systems we usually disable std.Output (to not print all the info to the logs), but want to see the errors printed to std.Error
  • Put all error handling in separate functions in utils - DRY code

references