Merge branch 'master' into issue-373
This commit is contained in:
commit
153d783b2c
1 changed files with 2 additions and 2 deletions
|
|
@ -367,8 +367,8 @@ fn collect_files(
|
|||
in_out_pairs
|
||||
.extend(collect_files(files, out_dir, out_file, recursive, false));
|
||||
}
|
||||
Err(_) => {
|
||||
return Vec::new();
|
||||
Err(e) => {
|
||||
warn!("{}: {}", input.display(), e);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue