1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-01 04:43:29 +03:00

Wording fix

This commit is contained in:
David Baker
2018-01-02 13:32:51 +00:00
parent c43ccb860b
commit e26ade0e62

View File

@@ -237,7 +237,7 @@ OlmDevice.prototype._migrateFromSessionStore = async function() {
); );
} catch (e) { } catch (e) {
console.warn( console.warn(
"Failed to import session " + s.senderKey + "/" + "Failed to migrate session " + s.senderKey + "/" +
s.sessionId + ": " + e.stack || e, s.sessionId + ": " + e.stack || e,
); );
} }