mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Try fix a weird crash with fold service.
This commit is contained in:
@@ -1308,6 +1308,10 @@ bool LSPClientServer::isRunning() {
|
||||
: ( mUsingSocket && mSocket != nullptr );
|
||||
}
|
||||
|
||||
bool LSPClientServer::isReady() const {
|
||||
return mReady;
|
||||
}
|
||||
|
||||
void LSPClientServer::removeDoc( TextDocument* doc ) {
|
||||
Lock l( mClientsMutex );
|
||||
if ( mClients.erase( doc ) > 0 ) {
|
||||
|
||||
Reference in New Issue
Block a user