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

Function printOut

modules/pm2-io-agent/src/InteractorClient.js:18–21  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

16 return console.error.apply(console, arguments)
17}
18const printOut = function (msg) {
19 if (process.env.PM2_SILENT || process.env.PM2_PROGRAMMATIC) return false
20 return console.log.apply(console, arguments)
21}
22
23module.exports = class InteractorDaemonizer {
24 /**

Callers 3

daemonizeMethod · 0.85
updateMethod · 0.85
Version.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…