mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 15:30:03 +02:00
Fix for test
This commit is contained in:
@@ -354,8 +354,7 @@ export const extractor = (graph, depth) => {
|
|||||||
log.warn(
|
log.warn(
|
||||||
'Cluster without external connections, without a parent and with children',
|
'Cluster without external connections, without a parent and with children',
|
||||||
node,
|
node,
|
||||||
depth,
|
depth
|
||||||
clusterDb[node].clusterData.dir
|
|
||||||
);
|
);
|
||||||
|
|
||||||
const graphSettings = graph.graph();
|
const graphSettings = graph.graph();
|
||||||
|
Reference in New Issue
Block a user