Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error #14

Closed
felixlohmeier opened this issue Mar 30, 2022 · 0 comments
Closed

error #14

felixlohmeier opened this issue Mar 30, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@felixlohmeier
Copy link
Member

improve src/lib/error.sh:

echo >&2 "[$(date +'%Y-%m-%dT%H:%M:%S')]: ERROR $1"
shift
for err in "$@"; do echo >&2 "$err"; done
exit 1
}

remove exit statements in commands

@felixlohmeier felixlohmeier added the enhancement New feature or request label Mar 30, 2022
@felixlohmeier felixlohmeier added this to the 0.2.0 proof of concept milestone Mar 30, 2022
@felixlohmeier felixlohmeier self-assigned this Mar 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant