MCPcopy
hub / github.com/expressjs/generator / warning

Function warning

bin/express-cli.js:521–527  ·  view source on GitHub ↗

* Display a warning similar to how errors are displayed by commander. * * @param {String} message

(message)

Source from the content-addressed store, hash-verified

519 */
520
521function warning (message) {
522 console.error()
523 message.split('\n').forEach(function (line) {
524 console.error(' warning: %s', line)
525 })
526 console.error()
527}
528
529/**
530 * echo str > file.

Callers 2

mainFunction · 0.85
renamedOptionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected