mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Prettify comment
This commit is contained in:
parent
413dc34c47
commit
57fec4d41d
|
@ -288,7 +288,7 @@ QString toString(lua_State *L, StackIdx idx)
|
|||
|
||||
void PeekResult::throwAsLuaError(lua_State *L)
|
||||
{
|
||||
// Note that this uses lua buffers to ensure deallocation of the error string
|
||||
// This uses lua buffers to ensure deallocation of the error string
|
||||
luaL_Buffer buf;
|
||||
luaL_buffinit(L, &buf);
|
||||
bool first = true;
|
||||
|
|
Loading…
Reference in a new issue