Skip to content

Commit 24f7cac

Browse files
committed
Avoid uninitialized status in ALS job
for cases when Property_Error is raised and a job doesn't handle it by it-self. Refs eng/libadalang/libadalang#1490
1 parent 9a97b74 commit 24f7cac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/ada/lsp-ada_request_jobs.adb

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ package body LSP.Ada_Request_Jobs is
3838
(Client'Unchecked_Access);
3939
begin
4040
Self.Request.Visit_Server_Receiver (R);
41+
Status := LSP.Server_Jobs.Done;
4142
end;
4243
end Execute_Request;
4344

0 commit comments

Comments
 (0)