Skip to content

Commit 1ebf925

Browse files
Clarify conflict sync completion path
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 315e53d commit 1ebf925

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/code-link-cli/src/controller.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -790,6 +790,7 @@ async function applyConflictChange(change: ConflictPromptChange, ctx: ApplyCtx):
790790
const flushed = await flushPendingSyncComplete(ctx)
791791
if (flushed !== "empty") return
792792

793+
// Nothing was queued; all conflicts resolved, emit completion for this batch.
793794
await applySyncComplete(
794795
{
795796
type: "SYNC_COMPLETE",

0 commit comments

Comments
 (0)