Home
last modified time | relevance | path

Searched refs:firstErrorLine (Results 1 – 1 of 1) sorted by relevance

/third_party/node/lib/internal/util/
Dinspect.js2111 const firstErrorLine = (error) => StringPrototypeSplit(error.message, '\n', 1)[0]; function
2124 CIRCULAR_ERROR_MESSAGE = firstErrorLine(circularError);
2128 firstErrorLine(err) === CIRCULAR_ERROR_MESSAGE) {