From a90760b597b5fa8eff001e82dfa9d80a4af00581 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Fri, 3 Sep 2021 13:01:36 -0700 Subject: Fix logging in bun bun + bump Former-commit-id: 19275a07342879d9b02b9d9527b762c8bfadb9e6 --- src/resolver/dir_info.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/resolver/dir_info.zig') diff --git a/src/resolver/dir_info.zig b/src/resolver/dir_info.zig index c175cf2f2..5d3c53f96 100644 --- a/src/resolver/dir_info.zig +++ b/src/resolver/dir_info.zig @@ -71,4 +71,4 @@ pub fn getEnclosingBrowserScope(i: *const DirInfo) ?*DirInfo { // 2. Don't expect a provided key to exist after it's queried // 3. Store whether a directory has been queried and whether that query was successful. // 4. Allocate onto the https://en.wikipedia.org/wiki/.bss#BSS_in_C instead of the heap, so we can avoid memory leaks -pub const HashMap = allocators.BSSMap(DirInfo, Fs.Preallocate.Counts.dir_entry, false, 128); +pub const HashMap = allocators.BSSMap(DirInfo, Fs.Preallocate.Counts.dir_entry, false, 128, true); -- cgit v1.2.3