()
| 6780 | return; |
| 6781 | } |
| 6782 | try { |
| 6783 | if (!writer.write(chunk) && this.pause) { |
| 6784 | this.pause(); |
| 6785 | } |
| 6786 | } catch (err) { |
| 6787 | util.destroy(this, err); |
| 6788 | } |
| 6789 | }; |
| 6790 | const onDrain = function() { |
| 6791 | if (finished) { |
| 6792 | return; |
| 6793 | } |
nothing calls this directly
no test coverage detected