Folder is close on read/write errors

This commit is contained in:
M66B 2020-12-07 14:31:01 +01:00
parent 935d911bde
commit 6e53b6a112
1 changed files with 0 additions and 3 deletions

View File

@ -467,9 +467,6 @@ class Core {
continue;
}
if (ifolder != null && !ifolder.isOpen())
break;
if (op.tries >= TOTAL_RETRY_MAX ||
ex instanceof OutOfMemoryError ||
ex instanceof FileNotFoundException ||