mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
fix(join) response -> res
This commit is contained in:
parent
593a4ee128
commit
700946b066
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
(function() {
|
||||
'use strict';
|
||||
|
||||
var main = global.cloudcmd.main,
|
||||
files = main.files,
|
||||
|
|
@ -42,7 +43,7 @@
|
|||
response : res
|
||||
});
|
||||
|
||||
stream = isGzip ? gzip : response;
|
||||
stream = isGzip ? gzip : res;
|
||||
|
||||
files.readPipe({
|
||||
names : names,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue