Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
syntrust committed Dec 13, 2024
1 parent 11cce58 commit a0c1319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon/engine/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func (e *EngineAPIError) ErrorData() interface{} {
func (e *EngineAPIError) With(err error) *EngineAPIError {
return &EngineAPIError{
code: e.code,
msg: e.msg,
msg: err.Error(),
err: err,
}
}
Expand Down

0 comments on commit a0c1319

Please sign in to comment.