mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 19:38:58 +00:00
fix(windows): make process.env case-insensitive (#8578)
* yay!!!!!! * [autofix.ci] apply automated fixes * ok * do not use reflect here * ok * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -5312,7 +5312,6 @@ pub fn convertUTF16toUTF8InBuffer(
|
||||
input: []const u16,
|
||||
) ![]const u8 {
|
||||
// See above
|
||||
|
||||
if (input.len == 0) return &[_]u8{};
|
||||
const result = bun.simdutf.convert.utf16.to.utf8.le(input, buf);
|
||||
// switch (result.status) {
|
||||
|
||||
Reference in New Issue
Block a user