Merge branch 'comfyanonymous:master' into feature/preview-latent

This commit is contained in:
Dr.Lt.Data 2023-05-29 08:05:45 +09:00 committed by GitHub
commit a5c2996265
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1316,7 +1316,7 @@ export class ComfyApp {
const nodeId = error.node_id
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) {