(data)
| 50 | } |
| 51 | |
| 52 | end(data) { |
| 53 | if (data) |
| 54 | this.parseLine(data + ''); |
| 55 | this.flushParagraph(); |
| 56 | this.writable = false; |
| 57 | this.emit('end'); |
| 58 | } |
| 59 | |
| 60 | resetParagraph() { |
| 61 | this.paragraphLineIndent = -1; |
nothing calls this directly
no test coverage detected