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

Method printError

deps/v8/tools/dumpcpp.mjs:30–32  ·  view source on GitHub ↗

* @override

(str)

Source from the content-addressed store, hash-verified

28 * @override
29 */
30 printError(str) {
31 console.log(str);
32 }
33
34 processLogFile(fileName) {
35 this.lastLogFileName_ = fileName;

Callers

nothing calls this directly

Calls 1

logMethod · 0.45

Tested by

no test coverage detected