mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
Switch to std.HashMap for DirEntry store
This commit is contained in:
@@ -140,7 +140,7 @@ const Scanner = struct {
|
||||
var iter = root.entries.data.iterator();
|
||||
const fd = root.entries.fd;
|
||||
while (iter.next()) |entry| {
|
||||
this.next(entry.value, fd);
|
||||
this.next(entry.value_ptr.*, fd);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user