Reduces the snap-distances feedback

This commit is contained in:
alonso.torres 2020-12-03 13:12:29 +01:00 committed by Andrey Antukh
parent 0f62bcf25f
commit 718a187c1e
3 changed files with 37 additions and 21 deletions

View file

@ -62,6 +62,7 @@
{:reply-to sender-id
:payload result}))))
(catch :default e
(.error js/console "error" e)
(let [message {:reply-to sender-id
:error {:data (ex-data e)
:message (ex-message e)}}]