diff options
author | 2022-11-27 07:28:30 -0800 | |
---|---|---|
committer | 2022-11-27 07:28:30 -0800 | |
commit | 1d9c98248893d9ad002ccdc6a83c1347adb68c22 (patch) | |
tree | dfd337331c555633e91d24ca841f43b8be37739b /src/bun.js/bindings/headers-cpp.h | |
parent | 5e6e8ece4e692127f29224aaa00c33e0496bbabb (diff) | |
download | bun-1d9c98248893d9ad002ccdc6a83c1347adb68c22.tar.gz bun-1d9c98248893d9ad002ccdc6a83c1347adb68c22.tar.zst bun-1d9c98248893d9ad002ccdc6a83c1347adb68c22.zip |
[console.log] Fix printing latin1 supplement characters at runtime
Fixes https://github.com/oven-sh/bun/issues/1031#issuecomment-1236092120
Diffstat (limited to 'src/bun.js/bindings/headers-cpp.h')
-rw-r--r-- | src/bun.js/bindings/headers-cpp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bun.js/bindings/headers-cpp.h b/src/bun.js/bindings/headers-cpp.h index 684656083..216a45292 100644 --- a/src/bun.js/bindings/headers-cpp.h +++ b/src/bun.js/bindings/headers-cpp.h @@ -1,4 +1,4 @@ -//-- AUTOGENERATED FILE -- 1669352137 +//-- AUTOGENERATED FILE -- 1669539205 // clang-format off #pragma once |