(segments: FullSegment[])
| 75 | } |
| 76 | |
| 77 | finish(segments: FullSegment[]): string { |
| 78 | this.drain(segments) |
| 79 | this.flush() |
| 80 | return this.out |
| 81 | } |
| 82 | |
| 83 | private drain(trailing: FullSegment[] | null): void { |
| 84 | const lines = this.lines |
no test coverage detected