| 172 | } |
| 173 | |
| 174 | void ScriptExtender::LogLuaError(std::string_view msg) |
| 175 | { |
| 176 | gCoreLibPlatformInterface.GlobalConsole->Print(DebugMessageType::Error, msg.data()); |
| 177 | server_.Osiris().LogError(msg); |
| 178 | } |
| 179 | |
| 180 | void ScriptExtender::LogOsirisError(std::string_view msg) |
| 181 | { |
no test coverage detected