Merge branch 'master' into tsconfig-paths-for-lsp
This commit is contained in:
commit
22f4022a7e
|
@ -85,7 +85,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
const automationErrorMessage = appId => {
|
const automationErrorMessage = appId => {
|
||||||
const app = enrichedApps.find(app => app.devId === appId)
|
const app = $enrichedApps.find(app => app.devId === appId)
|
||||||
const errors = automationErrors[appId]
|
const errors = automationErrors[appId]
|
||||||
return `${app.name} - Automation error (${errorCount(errors)})`
|
return `${app.name} - Automation error (${errorCount(errors)})`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue