We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be8a9c5 commit 99d7105Copy full SHA for 99d7105
internal/fs/list.go
@@ -37,7 +37,7 @@ func list(ctx context.Context, path string, refresh ...bool) ([]model.Obj, error
37
if whetherHide(user, meta, path) {
38
om.InitHideReg(meta.Hide)
39
}
40
- objs := om.Merge(virtualFiles, _objs...)
+ objs := om.Merge(_objs, virtualFiles...)
41
return objs, nil
42
43
0 commit comments