master
Bel LaPointe 2024-05-15 22:54:37 -04:00
parent 00813e39a9
commit a627223e8a
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ impl When {
}; };
match Cron::new(self.0.clone()) { match Cron::new(self.0.clone()) {
Ok(x) => { Ok(x) => {
eprintln!("cron::new({:?}) => {:?}", self.0.clone(), x.clone());
return x.next(now); return x.next(now);
}, },
_ => {}, _ => {},