@@ -431,7 +431,9 @@ const gatherChapter = {
}
if (d.b_code) {
const c = this._getGclChapter(gclChapter, d, 'b_code');
- gatherData(c, d);
+ if (c) {
+ gatherData(c, d);
+ }
this._gatherRela(ctx, data, options.rela, gclChapter, otherChapter);