(detail: HyperframesRenderDetail, elapsedMs: number)
| 686 | } |
| 687 | |
| 688 | function formatTickLine(detail: HyperframesRenderDetail, elapsedMs: number): string { |
| 689 | const status = colorStatus(detail.status); |
| 690 | return `${status} ${c.dim(formatDuration(elapsedMs))}`; |
| 691 | } |
| 692 | |
| 693 | // --------------------------------------------------------------------------- |
| 694 | // Terminal handlers |
no test coverage detected