mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 02:32:18 +00:00
[API Node] Contact support button (#3571)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -87,7 +87,7 @@ export const useDialogService = () => {
|
||||
error: {
|
||||
exceptionType: executionError.exception_type,
|
||||
exceptionMessage: executionError.exception_message,
|
||||
nodeId: executionError.node_id,
|
||||
nodeId: executionError.node_id?.toString(),
|
||||
nodeType: executionError.node_type,
|
||||
traceback: executionError.traceback.join('\n'),
|
||||
reportType: 'graphExecutionError'
|
||||
|
||||
Reference in New Issue
Block a user