Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Oct 5, 2024
1 parent 5a7e77c commit 541ba08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ static v8::MaybeLocal<v8::Promise> dynamic_module_loader(v8::Local<v8::Context>
return promise;
}

#if V8_VERSION_TOTAL >= 908
#if V8_VERSION_TOTAL >= 905

static v8::MaybeLocal<v8::Promise> ResolveDynamicModuleCallback(
v8::Local<v8::Context> context,
Expand Down

0 comments on commit 541ba08

Please sign in to comment.