mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 22:01:47 +00:00
Source Maps for client-side errors & columns
This commit is contained in:
@@ -486,8 +486,7 @@ pub const TextDecoder = struct {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return str.toValueGC(ctx.ptr()).asObjectRef();
|
||||
return str.toValue(ctx.ptr()).asObjectRef();
|
||||
},
|
||||
|
||||
EncodingLabel.@"UTF-16LE" => {
|
||||
|
||||
Reference in New Issue
Block a user