diff --git a/server/core/DbSearcher.js b/server/core/DbSearcher.js index a39262c..7bc8a81 100644 --- a/server/core/DbSearcher.js +++ b/server/core/DbSearcher.js @@ -320,7 +320,7 @@ class DbSearcher { await this.fillBookIdMap('series'); await this.fillBookIdMap('title'); } catch (e) { - // + throw new Error(`DbSearcher.fillBookIdMapAll error: ${e.message}`) } }