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
Not sure if this is truly a bug, or an expected behavior. In a composite schedule where some entries specify a year, and others do not, using the .next() call with the schedule throws an error depending on the order that the crontabs are presented / processed. If schedules that include a year are presented last, then the result is as expected. If schedules that include a year are presented before any open/generic schedules it throws an error.
Actual behavior
\test-later\node_modules\@breejs\later\lib\index.js:926
return !b || a.getTime() > b.getTime();
^
TypeError: a.getTime is not a function
at \test-later\node_modules\←[4m@breejs←[24m\later\lib\index.js:926:22
at findNext (\test-later\node_modules\←[4m@breejs←[24m\later\lib\index.js:936:26)
at getInstances (\test-later\node_modules\←[4m@breejs←[24m\later\lib\index.js:745:50)
at Object.next (\test-later\node_modules\←[4m@breejs←[24m\later\lib\index.js:949:14)
at Object.<anonymous> (\test-later\bad.js:25:52)
←[90m at Module._compile (node:internal/modules/cjs/loader:1101:14)←[39m
←[90m at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)←[39m
←[90m at Module.load (node:internal/modules/cjs/loader:981:32)←[39m
←[90m at Function.Module._load (node:internal/modules/cjs/loader:822:12)←[39m
←[90m at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)←[39m
I had to comment this out since it was breaking of course, but I at least merged it. If you find the solution and submit a PR please uncomment the tests. Thank you
Describe the bug
Not sure if this is truly a bug, or an expected behavior. In a composite schedule where some entries specify a year, and others do not, using the .next() call with the schedule throws an error depending on the order that the crontabs are presented / processed. If schedules that include a year are presented last, then the result is as expected. If schedules that include a year are presented before any open/generic schedules it throws an error.
Actual behavior
Expected behavior
Code to reproduce
Checklist
The text was updated successfully, but these errors were encountered: