cherry-pick 19a41584
This commit is contained in:
parent
f2d759f832
commit
c658f85131
1 changed files with 1 additions and 1 deletions
|
|
@ -344,7 +344,7 @@ const fetchGraph = async (label: string, maxDepth: number, maxNodes: number) =>
|
|||
console.error(`Source node ${edge.source} is undefined`)
|
||||
continue
|
||||
}
|
||||
|
||||
|
||||
const targetNode = rawData.nodes[target]
|
||||
if (!targetNode) {
|
||||
console.error(`Target node ${edge.target} is undefined`)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue