BONUS: Fixed tests because of dom's breaking changes ;)
This commit is contained in:
parent
36d09de320
commit
08496341b7
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ proc removeRevDep(options: Options, pkg: PackageInfo) =
|
|||
for key, val in options.nimbleData["reverseDeps"]:
|
||||
options.remove(pkg, depTup, val)
|
||||
else:
|
||||
let thisDep = options.nimbleData["reverseDeps"][depTup.name]
|
||||
let thisDep = options.nimbleData{"reverseDeps", depTup.name}
|
||||
if thisDep.isNil: continue
|
||||
options.remove(pkg, depTup, thisDep)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue