MCPcopy Index your code
hub / github.com/nodejs/node / inspectExceptionValue

Function inspectExceptionValue

lib/internal/async_hooks.js:156–159  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

154}
155
156function 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.
162function fatalError(e) {

Callers 1

fatalErrorFunction · 0.85

Calls 2

inspectFunction · 0.70
requireFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…