Skip to content

Commit 9797215

Browse files
EdenEastJames Simpson
authored and
James Simpson
committed
fix(lockfile): Emit PackerComplete after command
1 parent 0fbfe26 commit 9797215

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lua/packer.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -765,6 +765,8 @@ packer.lockfile = function(...)
765765
await(a.main)
766766
log.error(err)
767767
end)
768+
769+
packer.on_complete()
768770
end)()
769771
end
770772

0 commit comments

Comments
 (0)