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