We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16784c0 commit be494adCopy full SHA for be494ad
lldb/source/Plugins/ScriptInterpreter/Lua/Lua.cpp
@@ -75,7 +75,7 @@ llvm::Error Lua::ChangeIO(FILE *out, FILE *err) {
75
llvm::inconvertibleErrorCode());
76
}
77
78
- lua_getfield(m_lua_state, -1, "stdout");
+ lua_getfield(m_lua_state, -1, "stderr");
79
if (luaL_Stream *s = static_cast<luaL_Stream *>(
80
luaL_testudata(m_lua_state, -1, LUA_FILEHANDLE))) {
81
s->f = out;
0 commit comments