mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Fix branching on undefined
This commit is contained in:
@@ -298,6 +298,7 @@ pub fn BSSStringList(comptime _count: usize, comptime _item_length: usize) type
|
||||
if (!loaded) {
|
||||
instance = Self{
|
||||
.allocator = allocator,
|
||||
.backing_buf_used = 0,
|
||||
};
|
||||
loaded = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user