From 753f144d3f37cd1ddc0c0dc4d10ad37e3055c24f Mon Sep 17 00:00:00 2001 From: Akianonymus Date: Mon, 23 Aug 2021 11:07:44 +0530 Subject: [PATCH] packerInit: Print error on clone failed --- lua/plugins/packerInit.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/packerInit.lua b/lua/plugins/packerInit.lua index bd6505c..964ff59 100644 --- a/lua/plugins/packerInit.lua +++ b/lua/plugins/packerInit.lua @@ -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