Update function check status for other system
This commit is contained in:
		
							parent
							
								
									9111799873
								
							
						
					
					
						commit
						a4812848fc
					
				| 
						 | 
					@ -1065,7 +1065,7 @@ const checkMultipleRequest = async () => {
 | 
				
			||||||
            name: req.name,
 | 
					            name: req.name,
 | 
				
			||||||
            status: ":red_circle:",
 | 
					            status: ":red_circle:",
 | 
				
			||||||
            code: "fail",
 | 
					            code: "fail",
 | 
				
			||||||
            lengthOrData: stderr,
 | 
					            lengthOrData: stdout,
 | 
				
			||||||
          });
 | 
					          });
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue