Skip to content

Commit

Permalink
fix private package deps conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed May 4, 2023
1 parent bd8a03b commit b95ee9d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ function main(requireinfo, opt)
if requireinfo.system then
key = key .. "/system"
end
if requireinfo.private then
key = key .. "/private"
end
if key:startswith("/") then
key = key:sub(2)
end
Expand Down

0 comments on commit b95ee9d

Please sign in to comment.