mirror of
https://github.com/dense-analysis/ale.git
synced 2026-07-30 20:02:51 +08:00
- A stale or cancelled textDocument/diagnostic request can be answered with a nil result and no error, which is valid per the LSP specification. Guard against it so the handler does nothing rather than indexing the nil result.