MCPcopy
hub / github.com/aholstenson/miio / info

Function info

cli/log.js:8–10  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

6 indent: '',
7
8 info(...args) {
9 console.log(this.indent + chalk.bgWhite.black(' INFO '), args.join(' ')); // eslint-disable-line
10 },
11
12 error(...args) {
13 console.log(this.indent + chalk.bgRed.white(' ERROR '), args.join(' ')); // eslint-disable-line

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected