(innerErr)
| 147 | } |
| 148 | |
| 149 | function newErrorWithInnerErrorAndParamMessage (innerErr) { |
| 150 | return ono(innerErr, "Testing", 1, "2", "3"); |
| 151 | } |
| 152 | |
| 153 | let err = newErrorWithInnerErrorAndParamMessage(makeInnerError()); |
| 154 |
no test coverage detected
searching dependent graphs…