You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From memory, I assumed that seconds could be missing from the expression and we'd still have a valid expression, even with seconds: true.
I could change that behavior, but that is a quite different behavior. Would it work if we added a strictSeconds options instead that explicitly requires a second in the expression?
Tried this test and it fails:
isValidCron('* * * * *', { seconds: true })
should return false when seconds option is true.The text was updated successfully, but these errors were encountered: