(text: string)
| 145 | } |
| 146 | |
| 147 | function writeSection(text: string): void { |
| 148 | sink.clearTransient(); |
| 149 | pendingTransientRuntimeLine = null; |
| 150 | hasDurableRuntimeContent = true; |
| 151 | sink.writeSection(text); |
| 152 | } |
| 153 | |
| 154 | function flushPendingTransientRuntimeLine(): void { |
| 155 | if (pendingTransientRuntimeLine) { |
no test coverage detected