You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because using recurse=false would only make sense when linking directories, I would expect ~/mydir to be a directory.
Actual behavior
The created symlink is a file symlink instead of a dir symlink, making it impossible to see the content of the linked directory. The created symlink should have the mode l-r-- but it's mode is la--- instead, when inspecting it with ls. Changing the Rust function linked above when not linking recursively should be enough to fix this issue.