Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
Merge branch 'feat/files-api' of github.com:ipfs/js-ipfs-api into fea…
Browse files Browse the repository at this point in the history
…t/files-api
  • Loading branch information
daviddias committed Dec 27, 2015
2 parents 1d57583 + 41c60bb commit 266ae6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/get-files-stream.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function getFilesStream (files, opts) {
}

single.end()
return adder.pipe(vmps())
return adder.pipe(vmps.flat())
}

// vinylFile tries to cast a file object to a vinyl file.
Expand Down

0 comments on commit 266ae6b

Please sign in to comment.