feat: 增加还原备份完成的日志输出

This commit is contained in:
xream
2023-08-28 23:29:53 +08:00
parent 5ae6687b1f
commit 0141e48200
2 changed files with 3 additions and 0 deletions

View File

@@ -127,6 +127,7 @@ async function gistBackup(req, res) {
}
// perform migration after restoring from gist
migrate();
$.info(`还原备份完成`);
break;
}
success(res);