updated semver error message

This commit is contained in:
mahabaleshwars 2024-08-28 10:16:07 +05:30
parent 7a9787ff56
commit ae113ef723

View file

@ -82,7 +82,7 @@ export class SemeruDistribution extends JavaBase {
? `\nAvailable versions: ${availableOptions}`
: '';
throw new Error(
`Could not find satisfied version for SemVer '${version}'. on your current OS version for ${arch} ${availableOptionsMessage}`
`Could not find satisfied version for SemVer '${version}'. on your current OS version for ${this.architecture} ${availableOptionsMessage}`
);
}