Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Geod24 committed Aug 10, 2022
1 parent acb2422 commit 76be451
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/dub/packagemanager.d
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,8 @@ class PackageManager {
{
return version_spec.visit!(
(VersionRange range) => this.getBestPackage(name, range, enable_overrides),
(any) => this.getBestPackage(name, VersionRange.Any, enable_overrides),
//(any) => this.getBestPackage(name, VersionRange.Any, enable_overrides),
(any) => assert(0, "Should not call getBestPackage with non-Version Dependency"),
);
}

Expand Down

0 comments on commit 76be451

Please sign in to comment.