Open WildOrangutan opened 2 years ago
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.
Exception
try-catch
finally
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 oftry-catch
is needed, that deletes cached file infinally
block.