not destroy dbs while unloading

This commit is contained in:
fyears
2021-11-06 23:48:15 +08:00
parent f334198241
commit 035beb7d97
+1 -1
View File
@@ -163,7 +163,7 @@ export default class SaveRemotePlugin extends Plugin {
} }
destroyDBs() { destroyDBs() {
destroyDBs(this.db); /* destroyDBs(this.db); */
} }
} }