Skip to content

Commit

Permalink
doc+fix: enumerateLatestVersions only takes 1 argument
Browse files Browse the repository at this point in the history
  • Loading branch information
coolaj86 committed Sep 13, 2024
1 parent e6dcbfb commit 90eb158
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _webi/builds-cacher.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 90eb158

Please sign in to comment.