Fixed File.open

This commit is contained in:
Caleb J. Gardner
2026-09-08 21:54:47 -05:00
parent 68d1a9d26d
commit 7f09a8ff69
+1
View File
@@ -119,6 +119,7 @@ pub fn open(self: File, alloc: std.mem.Allocator, filepath: []const u8) !File {
.gt => entries = entries[idx..],
}
}
if (entries[0])
return error.NotFound;
};