-
As describe in https://github.com/harrisiirak/cron-parser doc Is this syntax supported in Quirrel? Seems not working to me. I both tried |
Beta Was this translation helpful? Give feedback.
Answered by
Skn0tt
Mar 22, 2021
Replies: 1 comment 2 replies
-
There was a regex in-place that didn't support all features of |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Skn0tt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There was a regex in-place that didn't support all features of
cron-parser
. I put up #208, which will solve this problem.