oop
parent
00813e39a9
commit
a627223e8a
|
|
@ -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);
|
||||
},
|
||||
_ => {},
|
||||
|
|
|
|||
Loading…
Reference in New Issue