(err)
| 388 | } |
| 389 | |
| 390 | function errored(err) { |
| 391 | stream && (stream.destroy(err), stream = null) |
| 392 | query && queryError(query, err) |
| 393 | initial && (queryError(initial, err), initial = null) |
| 394 | } |
| 395 | |
| 396 | function queryError(query, err) { |
| 397 | if (query.reserve) |
no test coverage detected