Мелкие поправки

This commit is contained in:
Book Pauk
2022-10-08 01:31:06 +07:00
parent 3009d99510
commit 2d817e9c98
2 changed files with 5 additions and 1 deletions

View File

@@ -395,6 +395,8 @@ class WebWorker {
}
async restoreBookFile(publicPath) {
this.checkMyState();
try {
const db = this.db;
const hash = path.basename(publicPath);
@@ -418,6 +420,8 @@ class WebWorker {
}
async getDownFileName(publicPath) {
this.checkMyState();
const db = this.db;
const hash = path.basename(publicPath);