mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 05:42:43 +00:00
Fix resolve bug with mixed-case node_modules
Former-commit-id: 5bdae0ee491e28b49ceed6136f04e0c1feddc808
This commit is contained in:
@@ -17,6 +17,7 @@ pub const MutableString = struct {
|
||||
}
|
||||
|
||||
pub fn deinit(str: *MutableString) void {
|
||||
str.list.expandToCapacity();
|
||||
str.list.deinit(str.allocator);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user