arg name
This commit is contained in:
parent
eb55d13c01
commit
c7f1f912f0
1 changed files with 2 additions and 2 deletions
|
@ -32,11 +32,11 @@ impl PartialOrd for FileNode {
|
|||
|
||||
#[once(time = 120)]
|
||||
pub fn get_filetree(
|
||||
dir_path: &str,
|
||||
initial_dir: &str,
|
||||
exclusion_list: &[String],
|
||||
exclusion_patterns: &[Regex],
|
||||
) -> FileNode {
|
||||
gen_filetree(dir_path, exclusion_list, exclusion_patterns)
|
||||
gen_filetree(initial_dir, exclusion_list, exclusion_patterns)
|
||||
}
|
||||
|
||||
fn gen_filetree(
|
||||
|
|
Loading…
Reference in a new issue