mirror of
https://github.com/penpot/penpot.git
synced 2026-09-09 13:39:02 +00:00
✨ Prevent unexpected exception raising on closing s3 file
This commit is contained in:
parent
92643b29c1
commit
4fc391763e
@ -298,7 +298,7 @@
|
|||||||
[path]
|
[path]
|
||||||
(proxy [FilterInputStream] [(io/input-stream path)]
|
(proxy [FilterInputStream] [(io/input-stream path)]
|
||||||
(close []
|
(close []
|
||||||
(fs/delete path)
|
(ex/ignoring (fs/delete path))
|
||||||
(proxy-super close))))
|
(proxy-super close))))
|
||||||
|
|
||||||
(defn- get-object-data
|
(defn- get-object-data
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user