0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 00:10:11 -05:00

Prevent unexpected exception raising on closing s3 file

This commit is contained in:
Andrey Antukh 2024-01-14 20:45:47 +01:00
parent 92643b29c1
commit 4fc391763e

View file

@ -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