azza-bazoo / prettycron

Display cron runspecs in human-readable format
GNU Lesser General Public License v3.0
122 stars 62 forks source link

Uncaught TypeError: Cannot read property 'cron' of undefined #40

Open akrsnr opened 5 years ago

akrsnr commented 5 years ago

I get the error from,

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