bugfix: path resolution matched components decrement
number of matched component should be decremented only when component that was counted as matched gets removed. for instance when `/tmp/ext/..` gets resolved to `/tmp` we should not decrement the matched counter cause we didn't match ext before.
parent
20108549
Please register or sign in to comment