We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Heyho,
there is a little bug when using a range for weekdays which includes sunday as '7', due to the replacement with '0'.
I.e.: 5 10 * * 6-7 will throw Failed to parse 6-7: Invalid range (start: 6, end: 0).
5 10 * * 6-7
Failed to parse 6-7: Invalid range (start: 6, end: 0).
The text was updated successfully, but these errors were encountered:
Thank you for raising this. I'm going to have a look at this, once I get some spare time.
Sorry, something went wrong.
🎉 This issue has been resolved in version 4.0.0-next.3 🎉
The release is available on:
Your semantic-release bot 📦🚀
🎉 This issue has been resolved in version 4.0.0 🎉
Successfully merging a pull request may close this issue.
Heyho,
there is a little bug when using a range for weekdays which includes sunday as '7', due to the replacement with '0'.
I.e.:
5 10 * * 6-7
will throwFailed to parse 6-7: Invalid range (start: 6, end: 0).
The text was updated successfully, but these errors were encountered: