error update

This commit is contained in:
Aparna Jyothi 2025-02-03 16:55:22 +05:30
parent 3c7912faec
commit 675f88221e
2 changed files with 2 additions and 2 deletions

View file

@ -323,7 +323,7 @@ export default class OfficialBuilds extends BaseDistribution {
if (!evaluatedVersion) {
throw new Error(
`Unable to find Node version '${this.nodeInfo.versionSpec}' for platform ${this.osPlat} and architecture ${this.nodeInfo.arch} from the provided ${this.nodeInfo.mirrorURL}.`
`Unable to find Node version '${this.nodeInfo.versionSpec}' for platform ${this.osPlat} and architecture ${this.nodeInfo.arch} from the provided mirror-url ${this.nodeInfo.mirrorURL}. Please check the mirror-url`
);
}