mirror of https://github.com/mindoc-org/mindoc.git
修改错误描述
parent
808f4a0a2c
commit
80c7f25223
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue