Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Do not call cider-docstring fns unless we have a doc
Sometimes, there is no "doc" attribute in the nrepl-dict. In such cases, `fetched-doc` is nil, which causes `cider-docstring--*` functions to error. We should only call these functions when we have a docstring to render. Fixes: #3763
- Loading branch information