Folder not found is unrecoverable

pull/156/head
M66B 6 years ago
parent 833191f5d1
commit f5ca8f746d

@ -2203,7 +2203,8 @@ class Core {
ex.getCause() instanceof ConnectionException)) ex.getCause() instanceof ConnectionException))
recoverable = false; recoverable = false;
if (ex instanceof FolderClosedException) if (ex instanceof FolderClosedException ||
ex instanceof FolderNotFoundException)
recoverable = false; recoverable = false;
if (ex instanceof IllegalStateException && ( if (ex instanceof IllegalStateException && (

Loading…
Cancel
Save