We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 574a76d commit 7e7f667Copy full SHA for 7e7f667
src/Zio/FileSystems/ComposeFileSystem.cs
@@ -276,5 +276,5 @@ protected override UPath ConvertPathFromInternalImpl(string innerPath)
276
protected abstract UPath ConvertPathFromDelegate(UPath path);
277
278
protected override (IFileSystem FileSystem, UPath Path) ResolvePathImpl(UPath path)
279
- => Fallback?.ResolvePath(ConvertPathToDelegate(path)) ?? (this, path);
+ => Fallback?.ResolvePath(ConvertPathToDelegate(path)) ?? base.ResolvePathImpl(path);
280
}
0 commit comments