Print error in case of GlobError
This commit is contained in:
parent
f582ea9367
commit
c415d3c968
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ fn view_versions_of(id: &str, rt: &Runtime) {
|
|||
}
|
||||
},
|
||||
Err(e) => {
|
||||
// trace_error(&e); // error seems not to be implemented
|
||||
warn!("{}", e); // trace_error(&e); // error seems not to be implemented
|
||||
debug!("Error in pattern");
|
||||
exit(1);
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue