azza-bazoo / prettycron

Display cron runspecs in human-readable format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uncaught TypeError: Cannot read property 'cron' of undefined

akrsnr opened this issue · comments

commented

I get the error from,

  var toString = function(cronspec, sixth) {
    var schedule = later.parse.cron(cronspec, sixth);
    return scheduleToSentence(schedule['schedules'][0], sixth);
  };