MCPcopy Index your code
hub / github.com/FormidableLabs/webpack-dashboard / setProblemsError

Method setProblemsError

dashboard/index.js:242–246  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

240 }
241
242 setProblemsError(err) {
243 this.problemsMenu.setLabel(chalk.red("Problems (error)"));
244 this.logText.log(chalk.red("Could not analyze bundle problems."));
245 this.logText.log(chalk.red(err.stack));
246 }
247
248 setLog(data) {
249 if (this.stats && this.stats.hasErrors()) {

Callers 2

constructorMethod · 0.95
index.spec.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected