chore(pipe) create: rm " "

This commit is contained in:
coderaiser 2013-10-04 08:38:45 +00:00
parent beca4c609f
commit 01b923ee65

View file

@ -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);