pull/467/head^2
Darien Raymond 2017-01-29 08:20:47 +01:00
parent 61bc7b9100
commit 20e785fa80
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}
}