Skip to content

Commit 4fb77e1

Browse files
committed
Update
1 parent bfd3945 commit 4fb77e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clients/filesystem-fuse/src/utils.rs

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
// join the parent and name to a path
2121
pub fn join_file_path(parent: &str, name: &str) -> String {
22+
//TODO handle corner cases
2223
if parent.is_empty() {
2324
name.to_string()
2425
} else {

0 commit comments

Comments
 (0)