1
0
forked from x/icebergs
This commit is contained in:
shaoying 2021-01-23 11:07:58 +08:00
parent a025334fd0
commit 0f960eb1ef

View File

@ -40,6 +40,7 @@ func _file_list(m *ice.Message, root string, name string, level int, deep bool,
fs = append(fs, k)
}
}
name = path.Dir(name)
}
for _, f := range fs {