1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Show version of 'latest' frameworks (#68)

This commit is contained in:
nobody
2020-07-30 08:20:02 +02:00
parent 1830616afe
commit dd06a24a92
2 changed files with 4 additions and 2 deletions

View File

@@ -146,7 +146,7 @@ requestAnalyzer._findLocalTarget = function (resourceMappings, basePath, channel
versionDelivered = helpers.setLastVersion(targetPath, versionNumber).toString();
targetPath = targetPath.replace(versionNumber, versionDelivered);
versionRequested = versionNumber === null ? false : versionNumber[0];
versionRequested = versionNumber === null ? 'latest' : versionNumber[0];
hostShorthands = shorthands[channelHost];