We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a4d4d commit bd60f89Copy full SHA for bd60f89
1 file changed
lara/views/EditorView.swift
@@ -86,6 +86,6 @@ struct EditorView: View {
86
// status = "failed to load plist: \(error.localizedDescription)"
87
// }
88
89
- pathContents = (try? mgr.vfslistdir(path: currentPath))?.map { (name: $0, isDir: false) } ?? []
+ pathContents = (try? mgr.vfslistdir(path: currentPath)) ?? []
90
}
91
0 commit comments