prettycron
prettycron copied to clipboard
Uncaught TypeError: Cannot read property 'cron' of undefined
I get the error from,
var toString = function(cronspec, sixth) {
var schedule = later.parse.cron(cronspec, sixth);
return scheduleToSentence(schedule['schedules'][0], sixth);
};