mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 23:00:45 -04:00
test
This commit is contained in:
@@ -86,7 +86,7 @@ void ReplServer::ping_response() {
|
||||
std::string ping = fmt::format("Connected to OpenGOAL v{}.{} nREPL!",
|
||||
versions::GOAL_VERSION_MAJOR, versions::GOAL_VERSION_MINOR);
|
||||
lock();
|
||||
auto bytes_written = write_to_socket(accepted_socket, ping.c_str(), ping.size());
|
||||
write_to_socket(accepted_socket, ping.c_str(), ping.size());
|
||||
unlock();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user