MCPcopy Create free account
hub / github.com/CloudOrc/SolidUI / logError

Method logError

solidui-web/scripts/utils.js:123–125  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

121 return this.changeStyle(text, f ? [this.fColorMap.blue] : [this.fColorMap.white, this.bColorMap.blue])
122 }
123 static logError(...args) {
124 console.error(`${this.red("Error: ")}`, ...args)
125 }
126 static logWarn(...args) {
127 console.warn(`${this.yellow("Warning: ")}`, ...args)
128 }

Callers 2

webpackBuildFunction · 0.80
exitProcessFunction · 0.80

Calls 1

redMethod · 0.95

Tested by

no test coverage detected