Regenerate the dist folder
This commit is contained in:
parent
d9a075e99b
commit
1d95b404f2
1 changed files with 1 additions and 1 deletions
2
dist/setup/index.js
vendored
2
dist/setup/index.js
vendored
|
@ -66379,7 +66379,7 @@ function useCpythonVersion(version, architecture, updateEnvironment, checkLatest
|
|||
if (!installDir) {
|
||||
const osInfo = yield utils_1.getOSInfo();
|
||||
throw new Error([
|
||||
`Version ${version} with arch ${architecture} not found for ${osInfo}`,
|
||||
`The version '${version}' with architecture '${architecture}' was not found for ${osInfo ? osInfo : 'this operating system'}.`,
|
||||
`The list of all available versions can be found here: ${installer.MANIFEST_URL}`
|
||||
].join(os.EOL));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue