upgrading pkg tools

This commit is contained in:
withchao
2024-12-24 17:50:05 +08:00
parent df0cd3c768
commit 2e8ca5f5b9
7 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ func (m *msgServer) setConversationAtInfo(nctx context.Context, msg *sdkws.MsgDa
defer func() {
if r := recover(); r != nil {
log.ZPanic(nctx, "setConversationAtInfo Panic", r)
log.ZPanic(nctx, "setConversationAtInfo Panic", errs.ErrPanic(r))
}
}()