crazy_mad
Results
1
comments of
crazy_mad
I have the same problem ```javascript let output = outputName + '.tar.zip'; console.log(typeof inputName, typeof output); fstream.Reader({ 'path': inputName, 'type': 'Directory' }) .pipe(new tar.Pack()) .pipe(zlib.Gzip()) .pipe(fstream.Writer({ 'path': output })); ```