(err)
| 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()) { |
no outgoing calls
no test coverage detected