Allow debugging of unhandled login errors

This commit is contained in:
Luke Barnard 2018-04-26 15:09:17 +01:00
parent b1af4ec9fd
commit 665e052596

View file

@ -352,7 +352,7 @@ export default React.createClass({
defaultDeviceDisplayName: this.props.defaultDeviceDisplayName,
});
}).catch((e) => {
console.error(`Error attempting to load session: ${e}`);
console.error('Error attempting to load session', e);
return false;
}).then((loadedSession) => {
if (!loadedSession) {