mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-08-24 22:30:14 +08:00
Update command.go
This commit is contained in:
parent
00fcfac236
commit
083edf3309
@ -256,7 +256,7 @@ func RegisterCache() {
|
|||||||
|
|
||||||
bc, err := json.Marshal(&fileConfig)
|
bc, err := json.Marshal(&fileConfig)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
beego.Error("初始化Redis缓存失败:", err)
|
beego.Error("初始化file缓存失败:", err)
|
||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user