chore(emacs/lean-server): send signal info to lean-server-trace
This commit is contained in:
parent
92f8a22ea1
commit
5b28480809
1 changed files with 2 additions and 0 deletions
|
@ -152,6 +152,8 @@
|
|||
(let ((event-string (s-trim event)))
|
||||
(lean-server-initialize-global-vars)
|
||||
(lean-server-debug "lean-server-handle-signal: %s"
|
||||
(propertize event-string 'face '(:foreground "red")))
|
||||
(lean-server-trace "lean-server-handle-signal: %s\n"
|
||||
(propertize event-string 'face '(:foreground "red")))))
|
||||
|
||||
;; How to create an async process
|
||||
|
|
Loading…
Reference in a new issue