mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:48:10 +00:00
Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServer
This was done with CLion's automatic rename feature.
This commit is contained in:
parent
3a71748e5d
commit
d88da82e28
26 changed files with 53 additions and 53 deletions
|
@ -262,7 +262,7 @@ void ServerConnectionWrapper::try_respawn_connection()
|
|||
if (!m_respawn_allowed)
|
||||
return;
|
||||
|
||||
dbgln("Respawning ServerConnection");
|
||||
dbgln("Respawning ConnectionToServer");
|
||||
create_connection();
|
||||
|
||||
// After respawning the language-server, we have to send the content of open project files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue