mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-19 18:05:32 +08:00
fix context respect through fuse reading
This commit is contained in:
@ -254,7 +254,7 @@ func (rw *RefWriter) writeRefsRecursive(n *dag.Node) (int, error) {
|
||||
return count, err
|
||||
}
|
||||
|
||||
nd, err := ng.Get()
|
||||
nd, err := ng.Get(rw.Ctx)
|
||||
if err != nil {
|
||||
return count, err
|
||||
}
|
||||
|
Reference in New Issue
Block a user