fix(plugin): ignore when node_errors is empty

This commit is contained in:
BennyKok 2023-12-29 17:45:51 +08:00
parent 6b99b8a66a
commit e13a863af7

View File

@ -124,7 +124,7 @@ async def comfy_deploy_run(request):
}
})
if "node_errors" in res:
if "node_errors" in res and res["node_errors"]:
status = 400
await update_run_with_output(prompt_id, {
"error": {