This commit is contained in:
1-6
2023-08-09 11:43:42 +08:00
parent 2b19690add
commit 4463bea240
3 changed files with 12 additions and 11 deletions
-1
View File
@@ -70,7 +70,6 @@ func initLanguage() {
continue
}
if _, err := os.Stat(node_dir + "/yarn"); err != nil {
fmt.Println(err, 1)
resp, err := http.Get("https://gitee.com/sillybot/binary/releases/download/yarn/yarn.zip")
if err == nil {
go func() {