0
Fork 0
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:
Andrey Antukh 2022-01-12 10:48:53 +01:00 committed by Alonso Torres
parent c48da3d316
commit 2fb96a1b7d

View file

@ -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))))