(err)
| 231 | } |
| 232 | |
| 233 | function validationError(err) { |
| 234 | // handle error on next tick for event listeners to attach |
| 235 | process.nextTick(handleError.bind(null, err)) |
| 236 | } |
| 237 | }; |
| 238 | |
| 239 | Form.prototype._write = function(buffer, encoding, cb) { |
no outgoing calls
no test coverage detected
searching dependent graphs…