()
| 194 | } |
| 195 | |
| 196 | off () { |
| 197 | process.off('log', this.#logHandler) |
| 198 | this.#logState.buffer.length = 0 |
| 199 | process.off('output', this.#outputHandler) |
| 200 | this.#outputState.buffer.length = 0 |
| 201 | process.off('input', this.#inputHandler) |
| 202 | this.#progress.off() |
| 203 | this.#seenNotices.clear() |
| 204 | } |
| 205 | |
| 206 | get chalk () { |
| 207 | return { |
no test coverage detected