change runtimeCheckLog
This commit is contained in:
		
							parent
							
								
									3b39ccc271
								
							
						
					
					
						commit
						1e255cf6d7
					
				| 
						 | 
				
			
			@ -268,15 +268,15 @@ export async function runtimeCheckLogs(folderPath) {
 | 
			
		|||
            }
 | 
			
		||||
          }, 3000);
 | 
			
		||||
        
 | 
			
		||||
        // console.log(path + " change")
 | 
			
		||||
        console.log(path + " change")
 | 
			
		||||
      });
 | 
			
		||||
      await fileList.slice(0,40)
 | 
			
		||||
        ?.filter((i) => fileList_old.includes(i) === false)
 | 
			
		||||
        ?.forEach((fileName) => {
 | 
			
		||||
          //path file
 | 
			
		||||
          const filePath = `${folderPath}/${fileName}`;
 | 
			
		||||
      // await fileList.slice(0,40)
 | 
			
		||||
      //   ?.filter((i) => fileList_old.includes(i) === false)
 | 
			
		||||
      //   ?.forEach((fileName) => {
 | 
			
		||||
      //     //path file
 | 
			
		||||
      //     const filePath = `${folderPath}/${fileName}`;
 | 
			
		||||
          
 | 
			
		||||
        });
 | 
			
		||||
      //   });
 | 
			
		||||
    }
 | 
			
		||||
  } catch (error) {
 | 
			
		||||
    console.log(error);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue