Commit d1bff333 authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

refs: log writer error

parent 37c32be1
......@@ -100,6 +100,7 @@ Note: list all refs recursively with -r.
for _, o := range objs {
if _, err := rw.WriteRefs(o); err != nil {
log.Error(err)
eptr.SetError(err)
}
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment