oop
This commit is contained in:
@@ -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);
|
||||||
},
|
},
|
||||||
_ => {},
|
_ => {},
|
||||||
|
|||||||
Reference in New Issue
Block a user