* eglot.el (eglot--process-receive): Also set error status.
(eglot--request): Fix a compilation warning.
message
response-id
err)
+ (when err
+ (setf (eglot--status proc) '("error" t)))
(cond ((and response-id
(not continuations))
(eglot--warn "Ooops no continuation for id %s" response-id))
(error-fn
(or error-fn
(cl-function
- (lambda (&key data code message &allow-other-keys)
+ (lambda (&key code message &allow-other-keys)
(setf (eglot--status process) '("error" t))
(eglot--warn
"(request) Request id=%s errored with code=%s: %s"