Skip to content

Commit

Permalink
AddRequire fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiwei committed Jan 31, 2024
1 parent c2737ac commit 86ebef9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modload/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ func (p Module) AddRequire(path, vers string, hasProj bool) error {
if !isClass(r) {
addClass(p.Opt, r)
}
break
}
}
return nil
Expand Down

0 comments on commit 86ebef9

Please sign in to comment.