resolving comments

This commit is contained in:
Dmitry Shibanov 2022-02-08 16:27:34 +03:00
parent 1b3105fea3
commit df1bbd3ffb
4 changed files with 4 additions and 4 deletions

2
dist/index.js vendored
View file

@ -5966,7 +5966,7 @@ function resolveVersionFromManifest(versionSpec, stable, auth) {
return info === null || info === void 0 ? void 0 : info.resolvedVersion;
}
catch (err) {
core.info('Unable to resolve version from manifest...');
core.info('Unable to resolve a version from the manifest...');
core.debug(err.message);
}
});