Update src/bundler/bundle_v2.zig

Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
This commit is contained in:
snwy
2024-09-27 20:06:10 -07:00
committed by GitHub
parent 42b2476ca2
commit d322a246b4

View File

@@ -7633,7 +7633,7 @@ pub const LinkerContext = struct {
c.log.addRangeErrorWithNotes(source, record.range, text, notes.items) catch bun.outOfMemory();
notes.resize(0) catch bun.outOfMemory();
notes.clearRetainingCapacity();
}
}
}