Skip to content

Commit

Permalink
[highlight other potentially problematic site]
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke committed Oct 29, 2024
1 parent 21f1ba2 commit 7ddb815
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/dub/project.d
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,7 @@ class Project {
{
if (!vspec.repository.empty) {
p = m_packageManager.loadSCMPackage(basename, vspec.repository);
// not assigning to p?!
resolveSubPackage(p, subname, false);
enforce(p !is null,
"Unable to fetch '%s@%s' using git - does the repository and version exists?".format(
Expand Down

0 comments on commit 7ddb815

Please sign in to comment.