diff --git a/node_modules/better-sqlite3/src/better_sqlite3.cpp b/node_modules/better-sqlite3/src/better_sqlite3.cpp index 024bb4f..28a4d55 100644 --- a/node_modules/better-sqlite3/src/better_sqlite3.cpp +++ b/node_modules/better-sqlite3/src/better_sqlite3.cpp @@ -46,7 +46,7 @@ class Backup; #include "objects/statement-iterator.cpp" NODE_MODULE_INIT(/* exports, context */) { - v8::Isolate* isolate = context->GetIsolate(); + v8::Isolate* isolate = v8::Isolate::GetCurrent(); v8::HandleScope scope(isolate); Addon::ConfigureURI();