(err, ...chunks)
| 62 | } else if (l === 2) { |
| 63 | // async |
| 64 | const callback = (err, ...chunks) => this.__done(err, chunks, cb); |
| 65 | this.handler.call(this, chunk, callback, this.options.params); |
| 66 | } else { |
| 67 | throw Error("Invalid handler arguments"); |
no outgoing calls
no test coverage detected