mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(pipe) create: rm " "
This commit is contained in:
parent
beca4c609f
commit
01b923ee65
1 changed files with 2 additions and 2 deletions
|
|
@ -37,9 +37,9 @@
|
|||
};
|
||||
|
||||
if (p.zip) {
|
||||
lZlib = zlib.createGzip();
|
||||
lZlib = zlib.createGzip();
|
||||
lRead.on('error', lError);
|
||||
lRead = lRead.pipe(lZlib);
|
||||
lRead = lRead.pipe(lZlib);
|
||||
}
|
||||
|
||||
lWrite.on('error', lError);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue