mirror of
https://github.com/litruv/AudioSort.git
synced 2026-07-24 02:36:01 +10:00
chore: update dependencies and add patch-package for better-sqlite3
feat: implement just-split category filter and enhance metadata parsing fix: improve type imports and variable handling in services
This commit is contained in:
13
patches/better-sqlite3+12.4.1.patch
Normal file
13
patches/better-sqlite3+12.4.1.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
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();
|
||||
|
||||
Reference in New Issue
Block a user