mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
GzipChildProcess: spawn-stream is buggy IIRC
This commit is contained in:
parent
ddbf2cb734
commit
e519b0adb3
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue