cron-parser icon indicating copy to clipboard operation
cron-parser copied to clipboard

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

Open ranglang opened this issue 6 months ago • 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,
    });

ranglang avatar Dec 27 '23 02:12 ranglang