From 19ca56c24f450ea090541d29f8db7cb807ca506d Mon Sep 17 00:00:00 2001 From: mpeterv Date: Tue, 24 Mar 2015 10:53:28 +0300 Subject: Actually direct users to the bug tracker For some reason 53e0c65 didn't take effect. --- src/luarocks/command_line.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/luarocks/command_line.lua b/src/luarocks/command_line.lua index e35c14ab..495fe855 100644 --- a/src/luarocks/command_line.lua +++ b/src/luarocks/command_line.lua @@ -207,7 +207,7 @@ function command_line.run_command(...) local cmd = require(commands[command]) local xp, ok, err, exitcode = xpcall(function() return cmd.run(unpack(args)) end, function(err) die(debug.traceback("LuaRocks "..cfg.program_version - .." bug (please report at luarocks-developers@lists.sourceforge.net).\n" + .." bug (please report at https://github.com/keplerproject/luarocks/issues).\n" ..err, 2), cfg.errorcodes.CRASH) end) if xp and (not ok) then -- cgit v1.2.3-55-g6feb