mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
hm
This commit is contained in:
@@ -181,7 +181,7 @@ pub fn toUTF16Buf(in: string, out: []u16) usize {
|
||||
}
|
||||
}
|
||||
|
||||
return utf8Iterator.i;
|
||||
return i;
|
||||
}
|
||||
|
||||
pub fn toUTF16Alloc(in: string, allocator: *std.mem.Allocator) !JavascriptString {
|
||||
|
||||
Reference in New Issue
Block a user