(str)
| 2502 | helpWidth = this._outputConfiguration.getOutHelpWidth(); |
| 2503 | } |
| 2504 | const write = (str) => { |
| 2505 | if (!hasColors) str = this._outputConfiguration.stripColor(str); |
| 2506 | return baseWrite(str); |
| 2507 | }; |
| 2508 | return { error, write, hasColors, helpWidth }; |
| 2509 | } |
| 2510 |
no test coverage detected