mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fix(join) readPipe: add path
This commit is contained in:
parent
b9611f93a4
commit
4c561cd628
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@
|
|||
|
||||
function readPipe(req, res, dir, names) {
|
||||
var stream,
|
||||
path = main.getPathName(req),
|
||||
gzip = zlib.createGzip(),
|
||||
isGzip = main.isGZIP(req);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue