diff options
author | 2023-01-07 23:45:09 -0800 | |
---|---|---|
committer | 2023-01-07 23:45:43 -0800 | |
commit | fadd1c0152ebce389f7d8fa0c297208cd71ff5c0 (patch) | |
tree | 3f3eeb5536b725c23744eee6062e2105bc3e0a98 /src/bun.js/bindings/headers-cpp.h | |
parent | 1e19d592739d30d7b1525e2b9102c41f3150e40d (diff) | |
download | bun-fadd1c0152ebce389f7d8fa0c297208cd71ff5c0.tar.gz bun-fadd1c0152ebce389f7d8fa0c297208cd71ff5c0.tar.zst bun-fadd1c0152ebce389f7d8fa0c297208cd71ff5c0.zip |
[Bun.connect] Fix bug where connect() Promise wouldn't reject on a connection error
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 0079b0ab7..a37d11b37 100644 --- a/src/bun.js/bindings/headers-cpp.h +++ b/src/bun.js/bindings/headers-cpp.h @@ -1,4 +1,4 @@ -//-- AUTOGENERATED FILE -- 1673090883 +//-- AUTOGENERATED FILE -- 1673163040 // clang-format off #pragma once |