Fix the regex matcher
This commit is contained in:
parent
f0ca7141b8
commit
2c2c14a360
4 changed files with 41 additions and 17 deletions
|
@ -2290,10 +2290,9 @@ impl LocalSnapshot {
|
|||
return true;
|
||||
}
|
||||
if !path.pop() {
|
||||
break;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
false
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue