feat: requested selected item+
This commit is contained in:
@@ -7,7 +7,6 @@ fn loadChildren(container: *Container) void {
|
||||
container.childrenLoading = false;
|
||||
}
|
||||
|
||||
std.debug.print("load children {s}", .{container.item.nativePath.path});
|
||||
var dir = std.fs.cwd().openDir(container.item.nativePath.path, .{ .iterate = true }) catch {
|
||||
// const errorContent = std.fmt.allocPrint(container.item.allocator, "Could not open directory '{s}'.", .{container.item.nativePath.path}) catch return;
|
||||
// container.item.errors.append(.{ .content = errorContent }) catch return;
|
||||
|
||||
Reference in New Issue
Block a user