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

Fix for error thrown when using int/int format cron

Open kierandoonan opened this issue 9 years ago • 0 comments

Previously parse_element worked with both */int and int-int/int step formats, but would throw an error when doing int/int (e.g. 1/5).

I've added a spec that covers this and a fix for it.

kierandoonan avatar Jan 11 '16 13:01 kierandoonan