mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-05 03:23:50 +08:00
update cmd name.
This commit is contained in:
parent
4994881a9c
commit
c73e2f0cc5
@ -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)
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user