(error)
| 846 | } |
| 847 | |
| 848 | function requestOnError(error) { |
| 849 | this.destroy(error); |
| 850 | } |
| 851 | |
| 852 | // Validates that priority options are correct, specifically: |
| 853 | // 1. options.weight must be a number |
nothing calls this directly
no test coverage detected
searching dependent graphs…