mirror of
https://github.com/litruv/AudioSort.git
synced 2026-07-24 02:36:01 +10:00
feat: implement just-split category filter and enhance metadata parsing fix: improve type imports and variable handling in services
14 lines
543 B
Diff
14 lines
543 B
Diff
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();
|
|
|