packerInit: Print error on clone failed

navigator
Akianonymus 3 years ago committed by siduck76
parent 1b2ec94b75
commit 753f144d3f

@ -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…
Cancel
Save