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