We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f1ef19 + cfefbad commit f354769Copy full SHA for f354769
hamt.go
@@ -79,7 +79,7 @@ func (n *Node) Find(ctx context.Context, k string, out interface{}) error {
79
}
80
81
if err := cbor.DecodeInto(kv.Value.Raw, out); err != nil {
82
- xerrors.Errorf("cbor decoding value: %w", err)
+ return xerrors.Errorf("cbor decoding value: %w", err)
83
84
85
return nil
0 commit comments