diff --git a/src/walk.rs b/src/walk.rs index 29672e7..565edcf 100644 --- a/src/walk.rs +++ b/src/walk.rs @@ -89,7 +89,7 @@ pub fn scan(path_vec: &[PathBuf], pattern: Arc, config: Arc) { match err { ignore::Error::Partial(_) => (), _ => { - print_error_and_exit(&format!( + print_error(&format!( "Error while parsing custom ignore file '{}': {}.", ignore_file.to_string_lossy(), err.description()