Closed AnkurMali closed 9 years ago
7z (store compression) format was unsupported earlier. This PR makes the module compatible with such files. Additionally, this also requires stream.Writable safely for maximum compatibility with node versions.
stream.Writable
Was throwing the following error
events.js:72 throw er; // Unhandled 'error' event ^ Error: invalid literal/length code at Zlib._binding.onerror (zlib.js:295:17)
Also fixed two other issues Fixes #47 Fixes #60
Also added relevant test cases.
7z (store compression) format was unsupported earlier. This PR makes the module compatible with such files. Additionally, this also requires
stream.Writable
safely for maximum compatibility with node versions.Was throwing the following error
Also fixed two other issues Fixes #47 Fixes #60
Also added relevant test cases.