mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-12-09 05:54:07 +01: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