later icon indicating copy to clipboard operation
later copied to clipboard

Getting an error for: * * * * * ?

Open maalsol opened this issue 5 years ago • 0 comments

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?

maalsol avatar Mar 28 '19 01:03 maalsol