(e)
| 154 | } |
| 155 | |
| 156 | function inspectExceptionValue(e) { |
| 157 | inspect ??= require('internal/util/inspect').inspect; |
| 158 | return { message: inspect(e) }; |
| 159 | } |
| 160 | |
| 161 | // Used to fatally abort the process if a callback throws. |
| 162 | function fatalError(e) { |
no test coverage detected
searching dependent graphs…