We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13a7881 commit 1b8992eCopy full SHA for 1b8992e
neovim/msgpack_rpc/session.py
@@ -172,7 +172,7 @@ def handler():
172
except Exception as err:
173
warn("error caught while processing request '%s %s': %s", name,
174
args, format_exc())
175
- response.send(repr(err), error=True)
+ response.send(repr(err) + "\n" + format_exc(5), error=True)
176
debug('greenlet %s is now dying...', gr)
177
178
# Create a new greenlet to handle the request
0 commit comments