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

cmds2/add: return correct error

parent 94e8218b
......@@ -44,7 +44,7 @@ remains to be implemented.
dagnodes, err := add(n, readers)
if err != nil {
return nil, errors.New("cast error")
return nil, err
}
// TODO: include fs paths in output (will need a way to specify paths in underlying filearg system)
......
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