mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-08-04 14:57:42 +00:00
fix: Format GitHub sync rollback log
This commit is contained in:
parent
a23d65cd3b
commit
1ace35f0c5
1 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue