doc+fix: enumerateLatestVersions only takes 1 argument

This commit is contained in:
AJ ONeal
2024-09-13 22:27:08 +00:00
parent e6dcbfb83a
commit 90eb1587ba
+1 -2
View File
@@ -594,9 +594,8 @@ BuildsCacher.create = function ({ ALL_TERMS, installers, caches }) {
/**
* @param {ProjectInfo} projInfo
* @param {HostTarget} hostTarget
*/
bc.enumerateLatestVersions = function (projInfo, hostTarget) {
bc.enumerateLatestVersions = function (projInfo) {
let lexPrefix = '';
let matchInfo = Lexver.matchSorted(projInfo.lexvers, lexPrefix);
let verInfo = {