File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ export function generateWorkflowDiffSummary(
179179 subBlocks : previousSubBlocks ,
180180 } = extractBlockFieldsForComparison ( previousBlock )
181181
182- /*
182+ /**
183183 * Outside the structural gate below: the flag alone can match while the edges
184184 * disagree, and reading it alone pins a block with a stale `errorEnabled: false`
185185 * and a live error edge to "needs redeploy" forever.
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ async function materializeDeploymentState(
184184 */
185185 const edges = normalizeWorkflowEdgeHandles ( state . edges )
186186
187- /*
187+ /**
188188 * An error edge means the error output is on. Every version before the toggle
189189 * drew that port unconditionally, so a snapshot with such an edge was taken
190190 * from a block that had the output — and the migration backfilling the flag
You can’t perform that action at this time.
0 commit comments