mirror of
https://github.com/penpot/penpot.git
synced 2025-02-09 16:48:16 -05:00
📎 Add debug to ws messages.
This commit is contained in:
parent
c48da3d316
commit
2fb96a1b7d
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@
|
|||
(a/offer! input-ch message))
|
||||
(catch Throwable e
|
||||
(l/warn :hint "error on decoding incoming message from websocket"
|
||||
:wsmsg (pr-str message)
|
||||
:cause e)
|
||||
(on-terminate))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue