diff options
author | 2022-11-20 14:33:57 -0800 | |
---|---|---|
committer | 2022-11-20 14:33:57 -0800 | |
commit | 948fdfe48265353f408c616112c79d8dba4b64ea (patch) | |
tree | 624d4fdd1b62808fbdfef805995cf04a3ed77d1c /src/bun.js/bindings/headers-cpp.h | |
parent | 757d19c2f756820628d6683c31f70cd9a26d2285 (diff) | |
download | bun-948fdfe48265353f408c616112c79d8dba4b64ea.tar.gz bun-948fdfe48265353f408c616112c79d8dba4b64ea.tar.zst bun-948fdfe48265353f408c616112c79d8dba4b64ea.zip |
Fix spurious rejected promise handler calls
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 60276f76f..05368907e 100644 --- a/src/bun.js/bindings/headers-cpp.h +++ b/src/bun.js/bindings/headers-cpp.h @@ -1,4 +1,4 @@ -//-- AUTOGENERATED FILE -- 1667784809 +//-- AUTOGENERATED FILE -- 1668983536 // clang-format off #pragma once |