GzipChildProcess: spawn-stream is buggy IIRC

This commit is contained in:
Starbeamrainbowlabs 2022-11-09 16:43:05 +00:00
parent ddbf2cb734
commit e519b0adb3
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -9,7 +9,6 @@ import { end_safe } from './StreamHelpers.mjs';
/**
* Spawns and manages a gzip child process.
* @deprecated Use spawn-stream instead
* @extends EventEmitter
*/
class GzipChildProcess extends EventEmitter {