Closed sqwishy closed 2 years ago
see #105
The error message doesn't actually bubble up, looks like it gets swallowed in parsing.rs:25 or so
Err(_) => Err(ErrorKind::Expression("Invalid cron expression.".to_owned()).into()), //TODO: Details
see #105