1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-05 17:02:07 +03:00

logger.dir changed to a log

This commit is contained in:
janith
2019-05-30 12:58:32 +05:30
parent cb16f7a60b
commit 9a2bf78a8e

View File

@@ -558,7 +558,7 @@ Room.prototype._cleanupAfterLeaving = function() {
this.clearLoadedMembersIfNeeded().catch((err) => {
logger.error(`error after clearing loaded members from ` +
`room ${this.roomId} after leaving`);
logger.dir(err);
logger.log(err);
});
};