Skip to content

Commit

Permalink
[INTERNAL] Add code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
matz3 committed Sep 5, 2023
1 parent ce4243e commit 6f5c7c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ui5Framework/AbstractResolver.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ class AbstractResolver {
}
}

// Covers versions and ranges, as versions are also valid ranges
if (semver.validRange(version)) {
return version;
}
Expand Down

0 comments on commit 6f5c7c1

Please sign in to comment.