(innerErr)
| 116 | } |
| 117 | |
| 118 | function newErrorWithInnerErrorAndMessage (innerErr) { |
| 119 | return ono(innerErr, "Oops, an error happened."); |
| 120 | } |
| 121 | |
| 122 | let err = newErrorWithInnerErrorAndMessage(makeInnerError()); |
| 123 |
no test coverage detected
searching dependent graphs…