mirror of
https://github.com/CompeyDev/my-nvim-setup.git
synced 2024-12-13 05:20:38 +00:00
packerInit: Print error on clone failed
This commit is contained in:
parent
1b2ec94b75
commit
753f144d3f
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ if not present then
|
|||
if present then
|
||||
print "Packer cloned successfully."
|
||||
else
|
||||
error("Couldn't clone packer !\nPacker path: " .. packer_path)
|
||||
error("Couldn't clone packer !\nPacker path: " .. packer_path .. "\n" .. packer)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue