mirror of
				https://github.com/actions/setup-node.git
				synced 2025-11-03 12:40:19 -05:00 
			
		
		
		
	Test debug message
This commit is contained in:
		@@ -148,6 +148,7 @@ async function acquireNode(version: string): Promise<string> {
 | 
			
		||||
  let downloadPath: string;
 | 
			
		||||
 | 
			
		||||
  try {
 | 
			
		||||
    core.info(`Downloading ${downloadUrl}`);
 | 
			
		||||
    downloadPath = await tc.downloadTool(downloadUrl);
 | 
			
		||||
  } catch (err) {
 | 
			
		||||
    if (err instanceof tc.HTTPError && err.httpStatusCode == 404) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user