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

Function writeOut

lib/internal/process/warning.js:54–57  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

52// so use console.error.
53let error;
54function writeOut(message) {
55 error ??= require('internal/console/global').error;
56 error(message);
57}
58
59function closeFdOnExit() {
60 try {

Callers 2

writeToFileFunction · 0.85
onWarningFunction · 0.85

Calls 2

requireFunction · 0.50
errorFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…