File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ procedure Main(Rpc: TRpcPeer);
125125 on E: ERpcError do
126126 SendError(Rpc, Request.Id, E.Code, E.Message);
127127
128- { Catching all exceptions to prevent server from crashing,
128+ (* Catching all exceptions to prevent server from crashing,
129129 this seems the easiest solution to deal with various ways how
130130 Lazarus code tools can raise exception on invalid/in-progress code.
131131
@@ -137,7 +137,7 @@ procedure Main(Rpc: TRpcPeer);
137137
138138 This change captures it and reports:
139139 Exception ECodeToolError while dispatching request textDocument/documentSymbol: expected :, but PassParams found
140- }
140+ *)
141141 on E: Exception do
142142 begin
143143 DebugLog(' Exception %s while dispatching request %s: %s' , [
You can’t perform that action at this time.
0 commit comments