diff --git a/src/cat/LuaScriptInterface.cpp b/src/cat/LuaScriptInterface.cpp index 587be8c14..452e47a15 100644 --- a/src/cat/LuaScriptInterface.cpp +++ b/src/cat/LuaScriptInterface.cpp @@ -2141,7 +2141,7 @@ int LuaScriptInterface::Command(std::string command) { lastError = luacon_geterror(); if(std::string(lastError).find("near ''")!=-1) //the idea stolen from lua-5.1.5/lua.c - lastError = ">"; + lastError = "..."; else lastCode = ""; }