mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 20:09:04 +00:00
this got removed by accident
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user