1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-10 05:52:20 +08:00

Add context to coreunix.Cat argument

License: MIT
Signed-off-by: rht <rhtbot@gmail.com>
This commit is contained in:
rht
2015-10-04 23:10:43 +07:00
parent f70846fe89
commit 6ae0973e1f
8 changed files with 11 additions and 10 deletions

View File

@ -138,7 +138,7 @@ func DirectAddCat(data []byte, conf testutil.LatencyConfig) error {
return err
}
readerCatted, err := coreunix.Cat(catter, added)
readerCatted, err := coreunix.Cat(ctx, catter, added)
if err != nil {
return err
}