fix: 修正配置文件生成提示

This commit is contained in:
Mmx
2021-11-24 22:53:43 +08:00
parent 7b8da7b396
commit 9ddc4950bf
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@
Config.json
/GoBuilder.bat
/autoLogin*
/BitSrunLoginGo*

View File

@@ -35,7 +35,7 @@ func init() {
Overwrite: true,
}); e != nil {
if config.IsNew(e) {
log.Println("已生成配置文件,请编辑 'Config.json' 然后重试")
log.Println("已生成配置文件,请编辑 '" + Flags.Path + "' 然后重试")
os.Exit(0)
}
log.Println("读取配置文件失败:\n", e.Error())