Skip to content

Commit

Permalink
what the fuck
Browse files Browse the repository at this point in the history
  • Loading branch information
Yawning committed Jun 24, 2021
1 parent 0cef729 commit 567f0ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ func (sc *runtimeImpl) submitKeyValueRuntimeGetRuntimeIDTx(
}

if err = cbor.Unmarshal(rawRsp, &rsp); err != nil {
return rsp, fmt.Errorf("failed to unmarshal response from runtime: %w", err)
return rsp, fmt.Errorf("failed to unmarshal response from runtime: %w ('%v')", err, rawResp)
}

return rsp, nil
Expand Down

0 comments on commit 567f0ea

Please sign in to comment.