mirror of
https://github.com/penpot/penpot.git
synced 2025-06-03 10:31:40 +02:00
🎉 Share link & pages on viewer.
This commit is contained in:
parent
3532263af4
commit
c8102f4bff
58 changed files with 1837 additions and 1245 deletions
|
@ -81,6 +81,9 @@
|
|||
(try
|
||||
(let [tw (t/writer output-stream opts)]
|
||||
(t/write! tw data))
|
||||
(catch Throwable e
|
||||
(l/error :hint "exception on writting data to response"
|
||||
:cause e))
|
||||
(finally
|
||||
(.close ^java.io.OutputStream output-stream))))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue