Caedman Ziwen Lan

Results 4 issues of Caedman Ziwen Lan

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to page 'workbench‘ 2. Click on '+Add' 3....

bug

safari version 15.6.1 (17613.3.9.1.16)

![image](https://github.com/harrisiirak/cron-parser/assets/12862508/cf7c9f7f-82e3-4623-8809-1b88272a9f42) 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:...