Compressor icon indicating copy to clipboard operation
Compressor copied to clipboard

Delete cache on exception

Open WildOrangutan opened this issue 2 years ago • 0 comments

Looking at source code of Compressor.compress and it's implementation down the line.

Seems like cache stays behind, if Exception occurs. Probably some sort of try-catch is needed, that deletes cached file in finally block.

WildOrangutan avatar Mar 18 '22 12:03 WildOrangutan