Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix dir detection in children_on_path for non existing paths
For a non-existing path that's a prefix of a mount, the function incorectly returned Some instead of None. E.g, if there was only one mount at "a/1xy", the function returned Some for path == "a/1".
- Loading branch information