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