From 9ddc4950bfaaf3a32d0215b9ea84cf34c3ab7b4b Mon Sep 17 00:00:00 2001 From: Mmx <1624045573@qq.com> Date: Wed, 24 Nov 2021 22:53:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E7=94=9F=E6=88=90=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + global/config.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 07ce928..b817a6c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ Config.json /GoBuilder.bat /autoLogin* +/BitSrunLoginGo* \ No newline at end of file diff --git a/global/config.go b/global/config.go index bf1e5ca..fda7dc2 100644 --- a/global/config.go +++ b/global/config.go @@ -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())