vue-hook-optimizer 0.0.46 → 0.0.48

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -2058,7 +2058,7 @@ function gen(graph, usedNodes) {
2058
2058
  suggestions.push({
2059
2059
  type: "error" /* error */,
2060
2060
  message: `There is a loop call in nodes [${hasCycleResult.cycleNodes.map((node) => node.label).join(",")}], perhaps you can refactor it.`,
2061
- nodeInfo: nodes
2061
+ nodeInfo: hasCycleResult.cycleNodes
2062
2062
  });
2063
2063
  }
2064
2064
  const paths = findLinearPaths(g);