mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Null version fix in remote project dependencies
This commit is contained in:
parent
3ec94eec14
commit
6974906d2a
1 changed files with 1 additions and 1 deletions
|
@ -884,7 +884,7 @@ namespace IDE.ui
|
|||
if (projectSpec.mVerSpec case .Git(let url, let ver))
|
||||
{
|
||||
dependencyEntry.SetValue(1, url);
|
||||
dependencyEntry.SetValue(2, ver.mVersion);
|
||||
dependencyEntry.SetValue(2, ver?.mVersion);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue