mirror of
https://github.com/sharkdp/fd
synced 2024-11-02 15:11:27 +00:00
refactor: loosen strict handling of missing --ignore-file
This commit is contained in:
parent
adc467b2b2
commit
f9c4e8d399
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ pub fn scan(path_vec: &[PathBuf], pattern: Arc<Regex>, config: Arc<FdOptions>) {
|
|||
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()
|
||||
|
|
Loading…
Reference in a new issue