1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-28 05:03:59 +03:00

Preserve previous error flow

This commit is contained in:
J. Ryan Stinnett
2019-04-09 16:44:36 +01:00
parent b99243406b
commit 44de7fad6f

View File

@@ -509,6 +509,7 @@ SyncApi.prototype.sync = function() {
"Creating and storing lazy load sync filter failed",
err,
);
throw err;
}
} else {
debuglog("LL: lazy loading requested but not supported " +
@@ -540,6 +541,7 @@ SyncApi.prototype.sync = function() {
debuglog("Stored client options");
} catch (err) {
console.error("Storing client options failed", err);
throw err;
}
getFilter(); // Now get the filter and start syncing