diff --git a/CLI/Repl.cpp b/CLI/Repl.cpp index 132a2ee2..51ca3fa0 100644 --- a/CLI/Repl.cpp +++ b/CLI/Repl.cpp @@ -237,10 +237,6 @@ std::string runCode(lua_State* L, const std::string& source) lua_pcall(T, n, 0, 0); } } - else if (status == LUA_SIGINT) - { - fputs("\nExecution interrupted\n", stdout); - } else { std::string error;