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

Commit 03502bb

Browse files
wraithgardaviddias
authored andcommitted
feat: add awareness of wrapWithDirectory option to utils/send-files-stream
1 parent c72c285 commit 03502bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/send-files-stream.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ module.exports = (send, path) => {
7979
qs['raw-leaves'] = propOrProp(options, 'raw-leaves', 'rawLeaves')
8080
qs['only-hash'] = propOrProp(options, 'only-hash', 'onlyHash')
8181
qs.hash = propOrProp(options, 'hash', 'hashAlg')
82+
qs['wrap-with-directory'] = propOrProp(options, 'wrap-with-directory', 'wrapWithDirectory')
8283

8384
const args = {
8485
path: path,

0 commit comments

Comments
 (0)