This repository has been archived by the owner on Apr 16, 2021. It is now read-only.
Passing a pull-stream to ipfs.add is interpreted as a callback #25
Labels
kind/bug
A bug in existing code (including security flaws)
If you pass a pull-stream to
ipfs.add
like:It's interpreted as a callback fn and callbackify is invoked, which causes an error in
callbackifyVariadic
Passing it as part of an array of entires avoids that issue, but then hits a known issue later on
The text was updated successfully, but these errors were encountered: