Propagate exception

pull/194/merge
M66B 3 years ago
parent b1c5951c14
commit 5adc82f57b

@ -1947,7 +1947,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
folder.name + " process " + Log.formatThrowable(ex, false));
db.folder().setFolderError(folder.id, Log.formatThrowable(ex));
if (!(ex instanceof FolderNotFoundException))
state.error(new OperationCanceledException("Process"));
state.error(new Core.OperationCanceledExceptionEx("Process", ex));
} finally {
if (shouldClose) {
if (ifolder != null && ifolder.isOpen()) {

Loading…
Cancel
Save