mirror of https://github.com/v2ray/v2ray-core
typo
parent
61bc7b9100
commit
20e785fa80
|
@ -70,7 +70,7 @@ func (v ErrorBuilder) Message(msg ...interface{}) error {
|
|||
}
|
||||
|
||||
return &Error{
|
||||
message: serial.ToString(msg...) + " > " + v.error.Error(),
|
||||
message: serial.Concat(msg...) + " > " + v.error.Error(),
|
||||
inner: v.error,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue