1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-04 19:17:38 +08:00

update cmd name.

This commit is contained in:
Mrs4s 2020-09-26 14:01:42 +08:00
parent 4994881a9c
commit c73e2f0cc5

View File

@ -1066,7 +1066,7 @@ func (c *QQClient) netLoop() {
go func() { go func() {
defer func() { defer func() {
if pan := recover(); pan != nil { if pan := recover(); pan != nil {
c.Error("panic on decoder: %v", pan) c.Error("panic on decoder %v : %v", pkt.CommandName, pan)
//fmt.Println("panic on decoder:", pan) //fmt.Println("panic on decoder:", pan)
} }
}() }()