mirror of
https://github.com/penpot/penpot.git
synced 2026-04-28 20:58:06 +00:00
✨ Qualify json encoding warning log messages as errors
This commit is contained in:
parent
52ad26d4e7
commit
90f5b4b631
@ -118,8 +118,7 @@
|
||||
(t/write! tw data)))
|
||||
(catch java.io.IOException _)
|
||||
(catch Throwable cause
|
||||
(l/warn :hint "unexpected error on encoding response"
|
||||
:cause cause))
|
||||
(l/error :hint "unexpected error on encoding response" :cause cause))
|
||||
(finally
|
||||
(.close ^OutputStream output-stream))))))
|
||||
|
||||
@ -132,8 +131,8 @@
|
||||
|
||||
(catch java.io.IOException _)
|
||||
(catch Throwable cause
|
||||
(l/warn :hint "unexpected error on encoding response"
|
||||
:cause cause))
|
||||
(l/error :hint "unexpected error on encoding response"
|
||||
:cause cause))
|
||||
(finally
|
||||
(.close ^OutputStream output-stream))))))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user