Merge branch 'master' into tsconfig-paths-for-lsp

This commit is contained in:
Andrew Kingston 2024-03-19 09:50:18 +00:00 committed by GitHub
commit 22f4022a7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@
}
const automationErrorMessage = appId => {
const app = enrichedApps.find(app => app.devId === appId)
const app = $enrichedApps.find(app => app.devId === appId)
const errors = automationErrors[appId]
return `${app.name} - Automation error (${errorCount(errors)})`
}