From f2445223aa654938b2cfcaa8c235df335ec13489 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=9F=E7=A8=8B=E8=AE=AD?= Date: Fri, 8 Dec 2023 22:35:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/sqlite/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/sqlite/index.ts b/src/sqlite/index.ts index a6b416c..5ff6bc6 100644 --- a/src/sqlite/index.ts +++ b/src/sqlite/index.ts @@ -245,6 +245,9 @@ export async function checkStore(name: string, storeName: string) { export function _initStorage(options) { name = options.name; storeName = options.storeName; + console.log(options) + console.log(name) + console.log(storeName) const isDatabaseOpen = isOpenDatabase(options.name); if (isDatabaseOpen) {