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

Function firstErrorLine

lib/internal/util/inspect.js:2750–2750  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

2748}
2749
2750const firstErrorLine = (error) => StringPrototypeSplit(error.message, '\n', 1)[0];
2751let CIRCULAR_ERROR_MESSAGE;
2752function tryStringify(arg) {
2753 try {

Callers 1

tryStringifyFunction · 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…