mirror of
https://github.com/penpot/penpot.git
synced 2025-05-22 19:46:11 +02: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))
|
(a/offer! input-ch message))
|
||||||
(catch Throwable e
|
(catch Throwable e
|
||||||
(l/warn :hint "error on decoding incoming message from websocket"
|
(l/warn :hint "error on decoding incoming message from websocket"
|
||||||
|
:wsmsg (pr-str message)
|
||||||
:cause e)
|
:cause e)
|
||||||
(on-terminate))))
|
(on-terminate))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue