(err: DOMException)
| 511 | cb(); |
| 512 | }; |
| 513 | const err = (err: DOMException) => { |
| 514 | cb(convertError(err, path, !isFile)); |
| 515 | }; |
| 516 | entry.remove(succ, err); |
| 517 | }; |
| 518 | const error = (err: DOMException): void => { |
nothing calls this directly
no test coverage detected