mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-09-06 13:34:36 +02:00
clean incorrect Fatal
This commit is contained in:
@@ -102,7 +102,7 @@ func IsAFile(path string) bool {
|
||||
func MakeExecutable(path string) {
|
||||
fileInfo, err := os.Stat(path)
|
||||
if err != nil {
|
||||
log.Fatalf("os.Stat %s failed", path)
|
||||
log.Printf("os.Stat %s failed\n", path)
|
||||
return
|
||||
}
|
||||
mode := fileInfo.Mode()
|
||||
|
||||
Reference in New Issue
Block a user