mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 16:30:37 -05:00
✨ Prevent unexpected exception raising on closing s3 file
This commit is contained in:
parent
92643b29c1
commit
4fc391763e
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@
|
|||
[path]
|
||||
(proxy [FilterInputStream] [(io/input-stream path)]
|
||||
(close []
|
||||
(fs/delete path)
|
||||
(ex/ignoring (fs/delete path))
|
||||
(proxy-super close))))
|
||||
|
||||
(defn- get-object-data
|
||||
|
|
Loading…
Reference in a new issue