Update index.js file

This commit is contained in:
MaksimZhukov 2020-04-29 17:43:26 +03:00
parent 9aa437bb40
commit dc9da98c5a
2 changed files with 4 additions and 2 deletions

View file

@ -83,7 +83,9 @@ async function useCpythonVersion(
architecture
);
if (!installDir) {
core.info(`Version ${semanticVersionSpec} was not found in the local cache`);
core.info(
`Version ${semanticVersionSpec} was not found in the local cache`
);
const foundRelease = await installer.findReleaseFromManifest(
semanticVersionSpec,
architecture