Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(state): check for request in listener
If a request is made after the session has terminated, a response can still be given but the request will be nil because nvim-dap clears the request cache. See #111
- Loading branch information