fix
This commit is contained in:
		
							
								
								
									
										2
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							@@ -40971,7 +40971,7 @@ async function createOrGetRelease(client, owner, repo, body) {
 | 
			
		||||
function paths(patterns) {
 | 
			
		||||
  return patterns.reduce((acc, pattern) => {
 | 
			
		||||
    return acc.concat(
 | 
			
		||||
      sync(pattern).filter((path) => statSync(path).isFile())
 | 
			
		||||
      sync(pattern).filter((path) => external_fs_.statSync(path).isFile())
 | 
			
		||||
    );
 | 
			
		||||
  }, []);
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user