fix(plugin): ignore when node_errors is empty
This commit is contained in:
		
							parent
							
								
									6b99b8a66a
								
							
						
					
					
						commit
						e13a863af7
					
				@ -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": {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user