Fix removing file that may still be open
defer invocation are performed in LIFO order, we must close a file before deleting it. This is causing failures on windows when the cache file is larger than 213000 KB
Loading
Please register or sign in to comment