mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 08:20:45 -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]
|
[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…
Reference in a new issue