1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 23:14:49 +08:00

/prompt endpoint error is now in json format.

This commit is contained in:
comfyanonymous
2023-05-14 01:30:58 -04:00
parent 3a1f47764d
commit e7b9d2c02c
3 changed files with 5 additions and 6 deletions

View File

@@ -163,7 +163,7 @@ class ComfyApi extends EventTarget {
if (res.status !== 200) {
throw {
response: await res.text(),
response: await res.json(),
};
}
}