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

Commit

Permalink
Fix for "expected string" error in later Fixname call, Issue holepunc…
Browse files Browse the repository at this point in the history
  • Loading branch information
4c656554 authored Nov 10, 2021
1 parent dd7303e commit 220de88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,9 @@ class Hyperdrive extends Nanoresource {
opts.off = (feed, range) => {
return feed.undownload(range)
}


if (path === undefined) path = '/'

return this._walk(path, opts, cb)
}

Expand Down

0 comments on commit 220de88

Please sign in to comment.