@minatojs/driver-sqlite
Advanced tools
Comparing version 3.3.9 to 3.3.10
@@ -216,7 +216,3 @@ "use strict"; | ||
return null; | ||
try { | ||
return Buffer.from(await import_fs.promises.readFile(this.config.path)); | ||
} catch { | ||
return null; | ||
} | ||
return import_fs.promises.readFile(this.config.path).catch(() => null); | ||
} | ||
@@ -223,0 +219,0 @@ async start() { |
{ | ||
"name": "@minatojs/driver-sqlite", | ||
"version": "3.3.9", | ||
"version": "3.3.10", | ||
"description": "SQLite Driver for Minato", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39622
423