change ">" to "..." (from mniip)

This commit is contained in:
jacob1 2013-05-04 00:20:33 -04:00
parent ae34c43c66
commit 630216c253

View File

@ -2141,7 +2141,7 @@ int LuaScriptInterface::Command(std::string command)
{
lastError = luacon_geterror();
if(std::string(lastError).find("near '<eof>'")!=-1) //the idea stolen from lua-5.1.5/lua.c
lastError = ">";
lastError = "...";
else
lastCode = "";
}