This commit is contained in:
Raphaël MANSUY 2025-12-04 19:18:13 +08:00
parent f2d759f832
commit c658f85131

View file

@ -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`)