Skip to content

Commit af0fb83

Browse files
committed
chore(deploy): use TSDoc for the error-output comparison comments
1 parent 8e0c46c commit af0fb83

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/sim/lib/workflows/comparison/compare.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

apps/sim/lib/workflows/persistence/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)