mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-08 13:39:53 +00:00
restore currentlength
This commit is contained in:
parent
f779117ed6
commit
ed689dba41
@ -460,6 +460,7 @@ export const getOutputBeforeNodeId = (root: WorkflowNode, nodeId: string, type:
|
|||||||
}
|
}
|
||||||
if (latestOutput && branch.type === WorkflowNodeType.ExecuteFailure) {
|
if (latestOutput && branch.type === WorkflowNodeType.ExecuteFailure) {
|
||||||
output.push(latestOutput);
|
output.push(latestOutput);
|
||||||
|
currentLength += 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user