You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's never been clear why js-ipfs doesn't support multiple roots when
go-ipfs does.
This PR removes the check for multiple roots so if you import five
files without a leading directory in their paths or with the `wrapWithDirectory`
option, you'll get five CIDs back instead of an error.
BREAKING CHANGE: Importing files that would result in multiple roots no longer throws an error
0 commit comments