diff --git a/internal/fs/file.go b/internal/fs/file.go index 5b46006..3c153e2 100644 --- a/internal/fs/file.go +++ b/internal/fs/file.go @@ -351,7 +351,7 @@ func (f *File) Name() string { f.ioLock.Lock() defer f.ioLock.Unlock() - return f.name + return f.path } func (f *File) Stat() (os.FileInfo, error) {