removed code failing checks

This commit is contained in:
mahabaleshwars 2024-03-14 16:38:31 +05:30
parent ae77984eef
commit 0b8af766df
3 changed files with 2 additions and 5 deletions

View file

@ -88355,9 +88355,8 @@ exports.isCacheFeatureAvailable = isCacheFeatureAvailable;
function getVersionFromFileContent(content, distributionName, versionFile) {
var _a, _b, _c, _d, _e;
let javaVersionRegExp;
const path = __nccwpck_require__(1017);
function getFileName(versionFile) {
return path.basename(versionFile);
return path_1.default.basename(versionFile);
}
const versionFileName = getFileName(versionFile);
if (versionFileName == '.tool-versions') {