作者 yangfu

异常处理

@@ -54,7 +54,7 @@ func initConfig() { @@ -54,7 +54,7 @@ func initConfig() {
54 } 54 }
55 } 55 }
56 if runtime.GOOS == "linux" { 56 if runtime.GOOS == "linux" {
57 - cmdPath = strings.TrimLeft(cmdPath, ".exe") 57 + cmdPath = strings.TrimRight(cmdPath, ".exe")
58 } 58 }
59 } 59 }
60 60