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

Method printError

deps/v8/tools/logreader.mjs:128–130  ·  view source on GitHub ↗

* Used for printing error messages. * * @param {string} str Error message.

(str)

Source from the content-addressed store, hash-verified

126 * @param {string} str Error message.
127 */
128 printError(str) {
129 // Do nothing.
130 }
131
132 /**
133 * Processes a portion of V8 profiler event log.

Callers 1

processLogLine_Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected