mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServer
This was done with CLion's automatic rename feature.
This commit is contained in:
Notes:
sideshowbarker
2024-07-17 18:16:10 +09:00
Author: https://github.com/itamar8910 Commit: https://github.com/SerenityOS/serenity/commit/d88da82e28 Pull-request: https://github.com/SerenityOS/serenity/pull/12760
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user