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

Getting an error for: * * * * * ? #236

Open
maalsol opened this issue Mar 28, 2019 · 0 comments
Open

Getting an error for: * * * * * ? #236

maalsol opened this issue Mar 28, 2019 · 0 comments

Comments

@maalsol
Copy link

maalsol commented Mar 28, 2019

Calling the following the code using the expression * * * * * ?
var e = later.parse.cron(b, !0);
return later.schedule(e).isValid()

Causes the following error:

angular.min.js:formatted:2997 TypeError: Cannot read property 'constraint' of undefined
    at Object.e.compile (later.min.js:formatted:561)
    at Object.e.schedule (later.min.js:formatted:712)

Replacing any of the star symbols for a valid value returns correctly, however I believe that the expression I'm using is valid.

Any Ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant