Update msg_utils.go

pull/1952/head
longyuqing112 2 years ago committed by GitHub
parent dbefa08584
commit 9ea55c07b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -133,9 +133,10 @@ func NewSeqCmd() *SeqCmd {
return seqCmd
}
func (s *SeqCmd) GetSeqCmd() *cobra.Command {
s.Command.Run = func(cmdLines *cobra.Command, args []string) {
msgTool, err := tools.InitMsgTool()
_, err := tools.InitMsgTool()
if err != nil {
panic(err)
}

Loading…
Cancel
Save