harrisiirak/cron-parser

"0 0 1L */12 *" isn't parsed

ranglang opened this issue · 0 comments

image

It encounted an error: Invalid expression, loop limit exceeded
cron = "0 0 1L */12 *"

  const interval = parser.parseExpression(cron, {
      startDate: new Date(),
      currentDate: new Date(),
      iterator: true,
    });