Unverified Commit 6a7c2ca2 authored by Steven Allen's avatar Steven Allen Committed by GitHub

Merge pull request #162 from ipfs/fix/double-cancel-error

fix: return the correct error
parents 2e550a16 502a6aee
......@@ -96,7 +96,7 @@ func (c *client) Execute(req *cmds.Request, re cmds.ResponseEmitter, env cmds.En
return nil
}
return err
return closeErr
}
}
......
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