chore: change fallback message with mirrors

This commit is contained in:
Marco Ippolito
2025-03-27 14:29:32 +01:00
parent 8f2ef77ada
commit 4731556a4c
3 changed files with 41 additions and 2 deletions

View File

@@ -96,7 +96,9 @@ export default class OfficialBuilds extends BaseDistribution {
}
} else {
core.info(
'Not found in manifest. Falling back to download directly from Node'
`Not found in manifest. Falling back to download directly from ${
this.nodeInfo.mirror || 'Node'
}`
);
}
} catch (err) {