This commit is contained in:
Bel LaPointe
2024-05-15 22:54:37 -04:00
parent 00813e39a9
commit a627223e8a

View File

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