(depth, options)
| 276 | } |
| 277 | |
| 278 | [customInspectSymbol](depth, options) { |
| 279 | return customInspect(this, { |
| 280 | aborted: this.aborted, |
| 281 | }, depth, options); |
| 282 | } |
| 283 | |
| 284 | /** |
| 285 | * @param {any} [reason] |
nothing calls this directly
no test coverage detected