this got removed by accident

This commit is contained in:
Zack Radisic
2025-10-01 01:54:59 -07:00
parent 6d4600ec63
commit 68dd113bc5

View File

@@ -962,10 +962,6 @@ pub const Value = union(Tag) {
if (tag == .Error) {
this.Error.deinit();
}
if (tag == .Render) {
bun.default_allocator.free(this.Render.path);
}
}
pub fn tee(this: *Value, globalThis: *jsc.JSGlobalObject) bun.JSError!Value {