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

This commit is contained in:
xream
2023-08-28 23:29:53 +08:00
parent bdb8a963a1
commit 272974ff39
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View File

@@ -133,3 +133,5 @@ out
backend/dist/*
!backend/dist/.gitkeep
backend/sub-store.min.js
CHANGELOG.md

View File

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