修复BUG

This commit is contained in:
Minho 2017-06-02 16:27:45 +08:00
parent b2174abd9c
commit b5324092e1

View File

@ -90,6 +90,7 @@ func RegisterLogger(log string) {
if _, err := os.Stat(logPath); os.IsNotExist(err) {
os.MkdirAll(log, 0777)
logPath = strings.Replace(logPath,"\\","/","")
if f, err := os.Create(logPath); err == nil {
f.Close()