Skip to content

Commit c0a62d8

Browse files
committed
Minor code format nit
1 parent 9ae40da commit c0a62d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/fix/agent-fix.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ export async function agentFix(
639639
return {
640640
ok: false,
641641
message: 'Update failed',
642-
cause: `Update failed for ${oldId} in ${workspace}${error ? '; ' + error : ''}`,
642+
cause: `Update failed for ${oldId} in ${workspace}${error ? `; ${error}` : ''}`,
643643
}
644644
} else {
645645
changed = true

0 commit comments

Comments
 (0)