File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6280,8 +6280,8 @@ WORKSPACE is the active workspace."
6280
6280
(/ (nth 2 (time-since before-send)) 1000 ))
6281
6281
workspace))
6282
6282
(when callback
6283
- (funcall callback (lsp:json- response-result json-data ))
6284
- (remhash id (lsp--client- response-handlers client )))))
6283
+ (remhash id (lsp--client- response-handlers client ))
6284
+ (funcall callback (lsp:json- response-result json-data )))))
6285
6285
('response-error
6286
6286
(cl-assert id)
6287
6287
(-let [(_ callback method _ before-send) (gethash id (lsp--client-response-handlers client))]
@@ -6291,8 +6291,8 @@ WORKSPACE is the active workspace."
6291
6291
'incoming-resp (/ (nth 2 (time-since before-send)) 1000 ))
6292
6292
workspace))
6293
6293
(when callback
6294
- (funcall callback (lsp:json-response-error-error json-data ))
6295
- (remhash id (lsp--client- response-handlers client )))))
6294
+ (remhash id (lsp--client-response-handlers client ))
6295
+ (funcall callback (lsp:json- response-error-error json-data )))))
6296
6296
('notification
6297
6297
(lsp--on-notification workspace json-data))
6298
6298
('request (lsp--on-request workspace json-data)))))))
You can’t perform that action at this time.
0 commit comments