Regenerate the dist folder

This commit is contained in:
MaksimZhukov 2022-12-06 10:23:32 +01:00
parent d9a075e99b
commit 1d95b404f2

2
dist/setup/index.js vendored
View File

@ -66379,7 +66379,7 @@ function useCpythonVersion(version, architecture, updateEnvironment, checkLatest
if (!installDir) { if (!installDir) {
const osInfo = yield utils_1.getOSInfo(); const osInfo = yield utils_1.getOSInfo();
throw new Error([ 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}` `The list of all available versions can be found here: ${installer.MANIFEST_URL}`
].join(os.EOL)); ].join(os.EOL));
} }