()
| 60 | write(); |
| 61 | }); |
| 62 | function ondrain() { |
| 63 | if (!gotDrain) { |
| 64 | gotDrain = true; |
| 65 | console.log('ok - got drain'); |
| 66 | } |
| 67 | if (gotChunk) |
| 68 | process.exit(0); |
| 69 | write(); |
| 70 | } |
| 71 | |
| 72 | function write() { |
| 73 | // This needs to return false eventually |
no test coverage detected