Fix outdated type

This commit is contained in:
Jarred Sumner
2022-09-30 18:46:58 -07:00
parent 944dc988bf
commit fd6d28a9fa

View File

@@ -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;