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