From d03b2c83b7d1673b41068bbc523b35fb4192ae64 Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Sun, 10 Jan 2016 22:57:17 -0800 Subject: 2nd occurence of the json error message also updated --- src/luarocks/upload/api.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/luarocks/upload/api.lua b/src/luarocks/upload/api.lua index 6a830abd..6df24569 100644 --- a/src/luarocks/upload/api.lua +++ b/src/luarocks/upload/api.lua @@ -201,7 +201,7 @@ local warned_luasec = false function Api:request(url, params, post_params) local json_ok, json = require_json() - if not json_ok then return nil, "A JSON library is required for this command." end + if not json_ok then return nil, "A JSON library is required for this command. "..json end local server = tostring(self.config.server) local http_ok, http local via = "luasocket" -- cgit v1.2.3-55-g6feb