mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-26 14:20:27 +08:00
Merge branch 'comfyanonymous:master' into feature/preview-latent
This commit is contained in:
commit
a5c2996265
@ -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) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user