prettycron icon indicating copy to clipboard operation
prettycron copied to clipboard

Uncaught TypeError: Cannot read property 'cron' of undefined

Open akrsnr opened this issue 5 years ago • 0 comments

I get the error from,

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

akrsnr avatar Jul 27 '19 06:07 akrsnr