MCPcopy Index your code
hub / github.com/stenciljs/core / error

Method error

src/testing/testing-logger.ts:28–32  ·  view source on GitHub ↗
(...msg: any[])

Source from the content-addressed store, hash-verified

26 }
27 }
28 error(...msg: any[]) {
29 if (this.isEnabled) {
30 console.error(...msg);
31 }
32 }
33 debug(...msg: any[]) {
34 if (this.isEnabled) {
35 console.log(...msg);

Callers 15

runBuildFunction · 0.80
mainFunction · 0.80
compileMethod · 0.80
EeFunction · 0.80
YgFunction · 0.80
loadPuppeteerFunction · 0.80
buildProjectFunction · 0.80
setupDomFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected