mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 20:39:05 +00:00
Fix outdated type
This commit is contained in:
@@ -192,7 +192,7 @@ typedef struct {
|
||||
uint32_t len;
|
||||
uint32_t byte_len;
|
||||
uint8_t cell_type;
|
||||
uint64_t _value;
|
||||
int64_t _value;
|
||||
bool shared;
|
||||
} Bun__ArrayBuffer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user