MCPcopy
hub / github.com/Unitech/pm2 / logError

Function logError

lib/ProcessContainerBun.js:346–352  ·  view source on GitHub ↗
(types, error)

Source from the content-addressed store, hash-verified

344 require(script);
345
346 function logError(types, error){
347 try {
348 types.forEach(function(type){
349 stds[type] && typeof stds[type].write == 'function' && stds[type].write(error + '\n');
350 });
351 } catch(e) { }
352 }
353 });
354
355}

Callers 1

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…