mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-09-17 16:15:24 +00:00
/prompt endpoint error is now in json format.
This commit is contained in:
@@ -1222,7 +1222,7 @@ export class ComfyApp {
|
||||
try {
|
||||
await api.queuePrompt(number, p);
|
||||
} catch (error) {
|
||||
this.ui.dialog.show(error.response || error.toString());
|
||||
this.ui.dialog.show(error.response.error || error.toString());
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user