fix Error()

This commit is contained in:
226Charles
2023-04-13 19:22:50 +08:00
committed by finley
parent 6103ca01c0
commit 5c4e85c45a

View File

@@ -82,5 +82,5 @@ func (r *ProtocolErrReply) ToBytes() []byte {
}
func (r *ProtocolErrReply) Error() string {
return "ERR Protocol error: '" + r.Msg
return "ERR Protocol error '" + r.Msg + "' command"
}