mirror of
https://github.com/actions/setup-node.git
synced 2025-12-15 09:21:40 +08:00
error handling
This commit is contained in:
@@ -196,7 +196,8 @@ export default abstract class BaseDistribution {
|
||||
arch: string = os.arch()
|
||||
): Promise<string> {
|
||||
const initialUrl = this.getDistributionUrl();
|
||||
const osArch: string = this.translateArchToDistUrl(arch);
|
||||
core.info('url: ' + initialUrl);
|
||||
const osArch: string = this.translateArchToDistUrl(arch);
|
||||
|
||||
// Create temporary folder to download to
|
||||
const tempDownloadFolder = `temp_${uuidv4()}`;
|
||||
|
||||
Reference in New Issue
Block a user