MCPcopy
hub / github.com/FormidableLabs/webpack-dashboard / setSizesError

Method setSizesError

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

Source from the content-addressed store, hash-verified

202 }
203
204 setSizesError(err) {
205 this.modulesMenu.setLabel(chalk.red("Modules (error)"));
206 this.assets.setLabel(chalk.red("Assets (error)"));
207 this.logText.log(chalk.red("Could not load module/asset sizes."));
208 this.logText.log(chalk.red(err));
209 }
210
211 setProblems(data) {
212 const { duplicates, versions } = data.value;

Callers 2

constructorMethod · 0.95
index.spec.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected