(content, width)
| 117420 | } |
| 117421 | |
| 117422 | forceLineReturn(content, width) { |
| 117423 | width = width || this.normalizedCliWidth(); |
| 117424 | return _.flatten(this.breakLines(content.split('\n'), width)).join('\n'); |
| 117425 | } |
| 117426 | } |
| 117427 | |
| 117428 | module.exports = ScreenManager; |
no test coverage detected