mirror of
https://github.com/c-cube/linol.git
synced 2025-12-06 11:15:46 -05:00
Update return from on_req_shutdown
This commit is contained in:
parent
e99d0d6cc4
commit
f2e3c4b369
1 changed files with 1 additions and 1 deletions
|
|
@ -372,7 +372,7 @@ module Make (IO : IO) = struct
|
||||||
~server_request ()
|
~server_request ()
|
||||||
in
|
in
|
||||||
status <- `ReceivedShutdown;
|
status <- `ReceivedShutdown;
|
||||||
self#on_req_shutdown ~notify_back ~id
|
lift_ok @@ self#on_req_shutdown ~notify_back ~id
|
||||||
| Lsp.Client_request.Initialize i ->
|
| Lsp.Client_request.Initialize i ->
|
||||||
Log.debug (fun k -> k "req: initialize");
|
Log.debug (fun k -> k "req: initialize");
|
||||||
let notify_back =
|
let notify_back =
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue