()
| 379 | } |
| 380 | |
| 381 | clear(): void { |
| 382 | this.#stdoutBuffer = '' |
| 383 | this.#stderrBuffer = '' |
| 384 | this.#recentLines.clear() |
| 385 | this.#onProgress = null |
| 386 | this.#disk?.cancel() |
| 387 | TaskOutput.stopPolling(this.taskId) |
| 388 | TaskOutput.#registry.delete(this.taskId) |
| 389 | } |
| 390 | } |
| 391 |
no test coverage detected