mirror of
https://github.com/rjNemo/federation
synced 2026-06-09 11:36:39 +00:00
4 lines
91 B
JavaScript
4 lines
91 B
JavaScript
export const ignoreStream = stream => {
|
|
stream.on('error', () => {})
|
|
stream.resume()
|
|
}
|