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

Function warn

lib/Common.js:917–919  ·  view source on GitHub ↗

* Show warnings * @param {String} warning

(warning)

Source from the content-addressed store, hash-verified

915 * @param {String} warning
916 */
917function warn(warning){
918 Common.printOut(cst.PREFIX_MSG_WARNING + warning);
919}

Callers 1

Common.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…