Поправлена обработка ошибок

This commit is contained in:
Book Pauk
2022-11-15 00:16:45 +07:00
parent d6260e3433
commit 044ab1ab26

View File

@@ -320,7 +320,7 @@ class DbSearcher {
await this.fillBookIdMap('series');
await this.fillBookIdMap('title');
} catch (e) {
//
throw new Error(`DbSearcher.fillBookIdMapAll error: ${e.message}`)
}
}