[CodeHealth] Add various minor fixes - logging, missed i18n (#3895)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
filtered
2025-05-15 22:04:48 +10:00
committed by GitHub
parent 59ce169ec9
commit 7f2b8a5321
12 changed files with 23 additions and 18 deletions

View File

@@ -1090,6 +1090,7 @@ export class ComfyApp {
title: t('errorDialog.loadWorkflowTitle'),
reportType: 'loadWorkflowError'
})
console.error(error)
return
}
for (const node of this.graph.nodes) {
@@ -1229,6 +1230,7 @@ export class ComfyApp {
title: t('errorDialog.promptExecutionError'),
reportType: 'promptExecutionError'
})
console.error(error)
if (error instanceof PromptExecutionError) {
executionStore.lastNodeErrors = error.response.node_errors ?? null