Skip to content

Commit

Permalink
small fix (num_pkgs)
Browse files Browse the repository at this point in the history
  • Loading branch information
savq committed Jun 3, 2021
1 parent e8ac1c5 commit 0b225a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/paq-nvim.lua
Original file line number Diff line number Diff line change
Expand Up @@ -256,4 +256,4 @@ return setmetatable({
paq = register, -- DEPRECATE 1.0
log_open = function() cmd('sp ' .. LOGFILE) end,
log_clean = function() uv.fs_unlink(LOGFILE); print('Paq log file deleted') end,
},{__call=function(self, tbl) packages={} compat.tbl_map(register, tbl) return self end})
},{__call=function(self, tbl) packages={} num_pkgs=0 compat.tbl_map(register, tbl) return self end})

0 comments on commit 0b225a2

Please sign in to comment.