Skip to content

Commit

Permalink
To sync request #35
Browse files Browse the repository at this point in the history
  • Loading branch information
mopemope committed Mar 14, 2017
1 parent 08e2522 commit c7981a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meghanada.el
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ function."
"TODO: FIX DOC ."
(interactive)
(if (and meghanada--client-process (process-live-p meghanada--client-process))
(meghanada--send-request "ping" #'message)
(message (format "%s" (meghanada--send-request-sync "ping")))
(message "client connection not established")))

(defun meghanada-clear-cache ()
Expand Down

0 comments on commit c7981a4

Please sign in to comment.