Update msg_utils.go

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

@ -134,8 +134,9 @@ func NewSeqCmd() *SeqCmd {
}
func (s *SeqCmd) GetSeqCmd() *cobra.Command {
var err error
s.Command.Run = func(cmdLines *cobra.Command, args []string) {
_, err := tools.InitMsgTool()
_, err = tools.InitMsgTool()
if err != nil {
panic(err)
}

Loading…
Cancel
Save