Log errors
This commit is contained in:
@@ -45,7 +45,8 @@ impl<'a> Runner<'a> {
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
Err(_) => {
|
Err(e) => {
|
||||||
|
debug!("Step {:?} failed: {:?}", key, e);
|
||||||
let interrupted = ctrlc::interrupted();
|
let interrupted = ctrlc::interrupted();
|
||||||
if interrupted {
|
if interrupted {
|
||||||
ctrlc::unset_interrupted();
|
ctrlc::unset_interrupted();
|
||||||
|
|||||||
Reference in New Issue
Block a user