Skip to content

Commit

Permalink
增加调试
Browse files Browse the repository at this point in the history
  • Loading branch information
censujiang committed Dec 8, 2023
1 parent 30241a5 commit f244522
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/sqlite/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit f244522

Please sign in to comment.