mirror of
https://github.com/penpot/penpot.git
synced 2025-06-27 00:27:00 +02:00
🐛 Fix validation of validation error on file validate ns
This commit is contained in:
parent
c53e476ba2
commit
cfe7ba34f7
4 changed files with 7 additions and 2 deletions
|
@ -80,6 +80,9 @@
|
|||
(try
|
||||
(tap "end" (handler))
|
||||
(catch Throwable cause
|
||||
(binding [l/*context* (errors/request->context request)]
|
||||
(l/err :hint "unexpected error process streaming response"
|
||||
:cause cause))
|
||||
(tap "error" (errors/handle' cause request)))
|
||||
(finally
|
||||
(sp/close! *channel*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue