diff --git a/src/components/dialog/content/ExecutionErrorDialogContent.vue b/src/components/dialog/content/ExecutionErrorDialogContent.vue index 6dd589609a..445c179789 100644 --- a/src/components/dialog/content/ExecutionErrorDialogContent.vue +++ b/src/components/dialog/content/ExecutionErrorDialogContent.vue @@ -93,6 +93,7 @@ const generateReport = (systemStats: SystemStats, logs: string) => { reportContent.value = ` # ComfyUI Error Report ## Error Details +- **Node ID:** ${props.error.node_id} - **Node Type:** ${props.error.node_type} - **Exception Type:** ${props.error.exception_type} - **Exception Message:** ${props.error.exception_message}