mirror of
https://github.com/penpot/penpot.git
synced 2026-04-27 04:08:23 +00:00
✨ Prevent unexpected exception raising on closing s3 file
This commit is contained in:
parent
92643b29c1
commit
4fc391763e
@ -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…
x
Reference in New Issue
Block a user