We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80c3f7a + 10db059 commit e24e59aCopy full SHA for e24e59a
src/sdk/namespace_fs.js
@@ -811,10 +811,6 @@ class NamespaceFS {
811
}
812
for (let i = marker_index; i < sorted_entries.length; ++i) {
813
const ent = sorted_entries[i];
814
- if (list_versions && marker_curr) {
815
- const ent_name = _get_filename(ent.name);
816
- if (ent_name !== marker_curr) break;
817
- }
818
// when entry is NSFS_FOLDER_OBJECT_NAME=.folder file,
819
// and the dir key marker is the name of the curr directory - skip on adding it
820
if (ent.name === config.NSFS_FOLDER_OBJECT_NAME && dir_key === marker_dir) {
0 commit comments