MCPcopy
hub / github.com/lavas-project/lavas / error

Method error

packages/lavas-core-vue/core/utils/logger.js:76–81  ·  view source on GitHub ↗
(tag, content, update, done)

Source from the content-addressed store, hash-verified

74 }
75
76 error(tag, content, update, done) {
77 if (this.options.level < LOG.ERROR.LEVEL) {
78 return;
79 }
80 this.log(tag, content, LOG.ERROR.COLOR, update, done);
81 }
82}
83
84export default new Logger(DEFAULT_OPTIONS);

Callers 8

index.jsFile · 0.80
buildMethod · 0.80
webpackCompileFunction · 0.80
sw-register.jsFile · 0.80
addSkeletonPluginMethod · 0.80
buildMethod · 0.80
logger.test.jsFile · 0.80
promisifyFunction · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected