chore: 调整部分日志

This commit is contained in:
xream
2023-08-29 13:50:53 +08:00
parent 25ec219659
commit 336ddd6706
6 changed files with 15 additions and 8 deletions

View File

@@ -125,8 +125,9 @@ async function gistBackup(req, res) {
$.cache = content;
$.persistCache();
}
// perform migration after restoring from gist
$.info(`perform migration after restoring from gist...`);
migrate();
$.info(`migration completed`);
$.info(`还原备份完成`);
break;
}