Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
fixup! chore(dag): replace custom dag walk with multiformats/traversal
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Nov 24, 2021
1 parent a185000 commit ff18517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ipfs-core/src/components/dag/export.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export function createExport ({ repo, preload, codecs }) {
try {
const load = makeLoader(repo, writer, { signal: options.signal, timeout: options.timeout }, codecs)
await walk({ cid, load })
writer.close()
await writer.close()
} catch (e) {
err = e
}
Expand Down

0 comments on commit ff18517

Please sign in to comment.