comment typo
This commit is contained in:
parent
911f75232b
commit
a0e573a3cc
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ runLocal runst runner a = case a of
|
||||||
Right (Left e) -> return $ Left e
|
Right (Left e) -> return $ Left e
|
||||||
Right (Right ok) -> runner (next ok)
|
Right (Right ok) -> runner (next ok)
|
||||||
-- If the content is not present, or the transfer doesn't
|
-- If the content is not present, or the transfer doesn't
|
||||||
-- run for any other action, the sender action still must
|
-- run for any other reason, the sender action still must
|
||||||
-- be run, so is given empty and Invalid data.
|
-- be run, so is given empty and Invalid data.
|
||||||
let fallback = runner (sender mempty (return Invalid))
|
let fallback = runner (sender mempty (return Invalid))
|
||||||
v <- tryNonAsync $ prepSendAnnex k
|
v <- tryNonAsync $ prepSendAnnex k
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue