mirror of
https://github.com/dense-analysis/ale.git
synced 2026-09-13 22:51:55 +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.