typo fix: field name in error message

This commit is contained in:
Dr.Lt.Data 2023-05-28 23:31:40 +09:00
parent a532888846
commit 23ffafeb5d
1 changed files with 1 additions and 1 deletions

View File

@ -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) {