Skip to content

Commit dccec4b

Browse files
committed
Merge pull request #788 from hugoduncan/feature/restore-logging-of-response-messages
Restore the logging of nrepl response messages
2 parents 2a1ac0a + 4ad789b commit dccec4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nrepl-client.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,7 @@ First we check the callbacks of pending requests. If no callback was found,
475475
we check the completed requests, since responses could be received even for
476476
older requests with \"done\" status."
477477
(nrepl-dbind-response response (id)
478+
(nrepl-log-message response)
478479
(let ((callback (or (gethash id nrepl-pending-requests)
479480
(gethash id nrepl-completed-requests))))
480481
(if callback

0 commit comments

Comments
 (0)