Fix stray whitespace
This commit is contained in:
parent
9c0dae5c10
commit
a94e4d56cc
@ -100,7 +100,7 @@ void handle_lua_error(sol::protected_function_result &luares)
|
||||
{
|
||||
sol::error luaerr = luares;
|
||||
const auto msg = luaerr.what();
|
||||
if (msg != nullptr)
|
||||
if (msg != nullptr)
|
||||
{
|
||||
std::cerr << msg << "\n";
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user