Skip to content

Commit d6082f9

Browse files
ruchI9897ShashiSubramanya
authored andcommitted
fixed
1 parent ed7e3e0 commit d6082f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/Converter/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ class TypeDocParser {
397397
const nameNode = this.childrenNameMap[name || ''];
398398

399399
if (hash) {
400-
const hashNode = nameNode.children?.filter(
400+
const hashNode = nameNode?.children?.filter(
401401
(node) => node.name === hash,
402402
)[0];
403403

0 commit comments

Comments
 (0)