MCPcopy Create free account
hub / github.com/Tencent/QMUI_Web / error

Method error

workflow/Util.js:61–67  ·  view source on GitHub ↗
(tag, content)

Source from the content-addressed store, hash-verified

59 }
60
61 error(tag, content) {
62 if (arguments.length > 1) {
63 fancyLog(this.addColor(`QMUI ${tag}: `, 'error') + content);
64 } else {
65 fancyLog(arguments[0]);
66 }
67 }
68}
69
70module.exports = Util;

Callers 4

imageMinOnSameDirFunction · 0.80
start.jsFile · 0.80
include.jsFile · 0.80
merge.jsFile · 0.80

Calls 1

addColorMethod · 0.95

Tested by

no test coverage detected