aboutsummaryrefslogtreecommitdiff
path: root/src/resolver/dir_info.zig
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-09-03 13:01:36 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-09-03 13:01:36 -0700
commita90760b597b5fa8eff001e82dfa9d80a4af00581 (patch)
treef692b0a72bc17dfe5d1ae10e6f87b747d02780ff /src/resolver/dir_info.zig
parent3fc0c899c97977cc7843bf809c36dcdafb369144 (diff)
downloadbun-a90760b597b5fa8eff001e82dfa9d80a4af00581.tar.gz
bun-a90760b597b5fa8eff001e82dfa9d80a4af00581.tar.zst
bun-a90760b597b5fa8eff001e82dfa9d80a4af00581.zip
Fix logging in bun bun + bump
Former-commit-id: 19275a07342879d9b02b9d9527b762c8bfadb9e6
Diffstat (limited to 'src/resolver/dir_info.zig')
-rw-r--r--src/resolver/dir_info.zig2
1 files changed, 1 insertions, 1 deletions
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);