diff options
author | 2023-04-07 02:20:12 -0500 | |
---|---|---|
committer | 2023-04-07 02:20:12 -0500 | |
commit | d115f278def29c9330c84cd51b1bd84921ece897 (patch) | |
tree | 5f8577a184cbd0ea5f6bd55b3f3f14aa823527ae /src/bun.js/bindings/headers.h | |
parent | f3d593c9bdeb163b556d292020669e2755580bc6 (diff) | |
download | bun-derrick/fix/event-emitter-async-iter.tar.gz bun-derrick/fix/event-emitter-async-iter.tar.zst bun-derrick/fix/event-emitter-async-iter.zip |
fix(node:events): correct `node:events.once`, add testsderrick/fix/event-emitter-async-iter
Diffstat (limited to 'src/bun.js/bindings/headers.h')
-rw-r--r-- | src/bun.js/bindings/headers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bun.js/bindings/headers.h b/src/bun.js/bindings/headers.h index 5b0e9527c..b842848da 100644 --- a/src/bun.js/bindings/headers.h +++ b/src/bun.js/bindings/headers.h @@ -1,5 +1,5 @@ // clang-format off -//-- AUTOGENERATED FILE -- 1680635796 +//-- AUTOGENERATED FILE -- 1680843050 #pragma once #include <stddef.h> |