PaneCP: show synthesis errors from status.json when frozen
This commit is contained in:
@@ -116,9 +116,11 @@ export const PaneCP = {
|
||||
})
|
||||
) : null,
|
||||
|
||||
// Import / export errors
|
||||
// Import / export / synthesis errors
|
||||
importError.value ? h('div', { class: 'se-error' }, importError.value) : null,
|
||||
exportError.value ? h('div', { class: 'se-error' }, exportError.value) : null,
|
||||
store.synthesisStatus?.frozen && store.synthesisStatus.errors
|
||||
? h('div', { class: 'se-error' }, store.synthesisStatus.errors) : null,
|
||||
|
||||
// Export log (shown after export, cleared on next import)
|
||||
store.exportLog?.length
|
||||
|
||||
Reference in New Issue
Block a user