Selaa lähdekoodia

修改错误描述

Minho 8 vuotta sitten
vanhempi
sitoutus
80c7f25223
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      commands/install.go

+ 1 - 1
commands/install.go

@@ -50,7 +50,7 @@ func initialization() {
 
 	_,err = o.Raw(sql).Exec()
 	if err != nil {
-		panic("SITE_NAME => " + err.Error())
+		panic("Error => " + err.Error())
 		os.Exit(1)
 	}