Skip to content

Commit

Permalink
fix missing linebreak in erromessage
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Sep 14, 2017
1 parent 7955417 commit d5148f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripting/lua_common.cpp
Expand Up @@ -872,7 +872,7 @@ bool luaW_pushvariable(lua_State *L, variable_access_const& v)
}
catch (const invalid_variablename_exception&)
{
WRN_LUA << v.get_error_message();
WRN_LUA << v.get_error_message() << "\n";
return false;
}
}
Expand Down

0 comments on commit d5148f2

Please sign in to comment.