On Mon, Nov 7, 2011 at 7:37 PM, Thijs Schreijer <[email protected]> wrote: > When modifying 'lua.lua' wrapping 'err' at line 526 as 'tostring(err)' fixes > it; > =================================================== > if not content then > return false, "Failed downloading:" .. tostring(err) --> updated > end > ===================================================
The code is different now, but I added a tostring() there just in case. Thanks for the report! -- Hisham http://hisham.hm/ - http://colorbleed.com.br/ ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ Luarocks-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/luarocks-developers
