mirror of
https://github.com/dense-analysis/ale.git
synced 2026-09-14 15:11:54 +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.