Add node id to execution error report (#1371)

This commit is contained in:
Chenlei Hu
2024-10-29 21:48:45 -04:00
committed by GitHub
parent d702fc81a2
commit 4b1104f52c

View File

@@ -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}