mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-10-22 03:47:26 +08:00
修改错误描述
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user