Update better-sqlite3
This commit is contained in:
parent
b96b02593b
commit
a15d84aade
7 changed files with 13 additions and 48 deletions
|
@ -1,12 +0,0 @@
|
|||
diff --git a/node_modules/@types/better-sqlite3/index.d.ts b/node_modules/@types/better-sqlite3/index.d.ts
|
||||
index d6e4309..5948fd0 100755
|
||||
--- a/node_modules/@types/better-sqlite3/index.d.ts
|
||||
+++ b/node_modules/@types/better-sqlite3/index.d.ts
|
||||
@@ -84,6 +84,7 @@ declare namespace BetterSqlite3 {
|
||||
prototype: Database;
|
||||
|
||||
SqliteError: typeof SqliteError;
|
||||
+ setCorruptionLogger(fn: (message: string) => void): void;
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue