Commit 23ffafeb authored by Dr.Lt.Data's avatar Dr.Lt.Data
Browse files

typo fix: field name in error message

parent a5328888
...@@ -1316,7 +1316,7 @@ export class ComfyApp { ...@@ -1316,7 +1316,7 @@ export class ComfyApp {
const nodeId = error.node_id const nodeId = error.node_id
const nodeType = error.node_type const nodeType = error.node_type
return `Error occurred when executing ${nodeType}:\n\n${error.message}\n\n${traceback}` return `Error occurred when executing ${nodeType}:\n\n${error.exception_message}\n\n${traceback}`
} }
async queuePrompt(number, batchCount = 1) { async queuePrompt(number, batchCount = 1) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment