Added logs to track the issues, started doing changes based on the school api project
Some checks failed
Build / build (push) Has been cancelled
Some checks failed
Build / build (push) Has been cancelled
This commit is contained in:
@@ -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.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user