Folder is close on read/write errors

pull/190/head
M66B 4 years ago
parent 935d911bde
commit 6e53b6a112

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

Loading…
Cancel
Save