x
This commit is contained in:
+4
-1
@@ -88,7 +88,10 @@ func initLanguage() {
|
||||
}
|
||||
defer os.Remove(zipfile)
|
||||
err = unzip(zipfile, 0777, false)
|
||||
fmt.Println(err, 4)
|
||||
if err != nil {
|
||||
fmt.Println(err, 4)
|
||||
return
|
||||
}
|
||||
}()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user