Skip to content

Commit

Permalink
fix(state.lua): make the luarocks cli show dependencies with `--porce…
Browse files Browse the repository at this point in the history
…lain`
  • Loading branch information
vhyrro committed Oct 20, 2023
1 parent 498ca1b commit de95dee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/rocks/state.lua
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ state.rock_dependencies = nio.create(function(rock)
luarocks.cli({
"show",
"--deps",
"--porcelain",
rock.name,
}, function(obj)
-- TODO: Error handling
Expand Down

0 comments on commit de95dee

Please sign in to comment.