fix: Format GitHub sync rollback log

This commit is contained in:
Danny Avila 2026-05-26 18:58:19 -07:00
parent a23d65cd3b
commit 1ace35f0c5
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956

View file

@ -1032,7 +1032,10 @@ async function syncSource(params: {
counts.deletedFileCount += fileCounts.deletedFileCount;
} catch (error) {
await deleteSyncedSkill(deps, skill).catch((cleanupError) =>
logger.error('[GitHubSkillSync] Failed to roll back partially synced skill:', cleanupError),
logger.error(
'[GitHubSkillSync] Failed to roll back partially synced skill:',
cleanupError,
),
);
throw error;
}