Apply requested changes
parent
bced0aece0
commit
f407277148
|
|
@ -73569,8 +73569,7 @@ function queryDistForMatch(versionSpec, arch = os_1.default.arch(), nodeVersions
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
// get the latest version that matches the version spec
|
// get the latest version that matches the version spec
|
||||||
let version = evaluateVersions(versions, versionSpec);
|
return evaluateVersions(versions, versionSpec);
|
||||||
return version;
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
exports.queryDistForMatch = queryDistForMatch;
|
exports.queryDistForMatch = queryDistForMatch;
|
||||||
|
|
|
||||||
|
|
@ -512,8 +512,7 @@ export async function queryDistForMatch(
|
||||||
});
|
});
|
||||||
|
|
||||||
// get the latest version that matches the version spec
|
// get the latest version that matches the version spec
|
||||||
let version = evaluateVersions(versions, versionSpec);
|
return evaluateVersions(versions, versionSpec);
|
||||||
return version;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function getVersionsFromDist(
|
export async function getVersionsFromDist(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue