Added logs to track the issues, started doing changes based on the school api project
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
Ankitkumar Satapara
2026-04-24 00:44:57 +05:30
parent baa7ae5579
commit 5cf8dd32a2
3 changed files with 87 additions and 5 deletions

View File

@@ -198,7 +198,7 @@ namespace Nodify.Calculator.Execution.Handlers
var bodyNode = loopBodyConnection?.Input?.Operation;
if (bodyNode != null)
ctx.Executor.TraverseChainPublic(bodyNode, "end", ctx.Connections, new HashSet<string>(), true);
ctx.Executor.ExecuteLinearChain(bodyNode, ctx.Connections);
}
ctx.Log($"[FOREACH] Loop completed. {array.Count} iterations executed.");
}