fix(format): Improve concurrency control in cache and rollback modules, refine gitignore custom section handling, and enhance Prettier file processing

This commit is contained in:
2025-08-08 06:50:58 +00:00
parent 74a8229e43
commit 74ecdde1ac
12 changed files with 265 additions and 68 deletions

View File

@@ -185,5 +185,8 @@ export const handleListBackups = async (): Promise<void> => {
};
export const handleCleanBackups = async (): Promise<void> => {
logger.log('info', 'Backup cleaning has been disabled - backup system removed');
logger.log(
'info',
'Backup cleaning has been disabled - backup system removed',
);
};