Skip to content

Commit

Permalink
this one too
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Jan 24, 2025
1 parent c1ddede commit 165eba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bun.js/bindings/JSBuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1937,7 +1937,7 @@ static inline JSC::EncodedJSValue jsBufferPrototypeFunction_writeBody(JSC::JSGlo

extern "C" JSC::EncodedJSValue JSBuffer__fromMmap(Zig::GlobalObject* globalObject, void* ptr, size_t length)
{
auto& vm = globalObject->vm();
auto& vm = JSC::getVM(globalObject);
auto scope = DECLARE_THROW_SCOPE(vm);

auto* structure = globalObject->JSBufferSubclassStructure();
Expand Down

0 comments on commit 165eba1

Please sign in to comment.