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