Skip to content

Commit 15feddf

Browse files
committed
fix(lockfile): Emit PackerComplete after command
1 parent 9e160a0 commit 15feddf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)