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 245116d commit 9e47d40
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 @@ -182,7 +182,7 @@ void start_v8_isolate(void *dll){
#if V8_VERSION_TOTAL >= 908
isolate->SetHostImportModuleDynamicallyCallback(ResolveDynamicModuleCallback);
#else
isolate->SetImportModuleDynamicallyCallback(ResolveDynamicModuleCallbackLegacy);
isolate->SetHostImportModuleDynamicallyCallback(ResolveDynamicModuleCallbackLegacy);
#endif
}

Expand Down

0 comments on commit 9e47d40

Please sign in to comment.