(msg: string)
| 456 | : this.ctx.logger.errorStream |
| 457 | |
| 458 | const write = (msg: string) => (output as any).write(msg) |
| 459 | |
| 460 | let headerText = 'unknown test' |
| 461 | const task = log.taskId ? this.ctx.state.idMap.get(log.taskId) : undefined |
no test coverage detected