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

Function ErrorPrepareStackTrace

lib/internal/errors.js:167–169  ·  view source on GitHub ↗

* The default Error.prepareStackTrace implementation. * @returns {string}

(error, trace)

Source from the content-addressed store, hash-verified

165 * @returns {string}
166 */
167function ErrorPrepareStackTrace(error, trace) {
168 return internalPrepareStackTrace(error, trace);
169}
170
171const aggregateTwoErrors = (innerError, outerError) => {
172 if (innerError && outerError && innerError !== outerError) {

Callers 1

_handleErrorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…