mirror of
				https://github.com/shivammathur/setup-php.git
				synced 2025-11-04 08:56:36 +07:00 
			
		
		
		
	Fix warning in install.ts
This commit is contained in:
		
							
								
								
									
										6
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							@ -2152,7 +2152,11 @@ async function run() {
 | 
			
		||||
}
 | 
			
		||||
exports.run = run;
 | 
			
		||||
// call the run function
 | 
			
		||||
run();
 | 
			
		||||
(async () => {
 | 
			
		||||
    await run();
 | 
			
		||||
})().catch(error => {
 | 
			
		||||
    core.setFailed(error.message);
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/***/ }),
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user