(error: Error)
| 3498 | |
| 3499 | if (options.json) { |
| 3500 | const handleWriteError = (error: Error) => { |
| 3501 | this.logger.error(error); |
| 3502 | process.exit(2); |
| 3503 | }; |
| 3504 | |
| 3505 | if (options.json === true) { |
| 3506 | Readable.from(stringifyChunked(stats.toJson(statsOptions as StatsOptions))) |
nothing calls this directly
no outgoing calls
no test coverage detected