Merge "Add console.error for server errors"

This commit is contained in:
Kasper Nilsson
2017-06-10 03:08:49 +00:00
committed by Gerrit Code Review

View File

@@ -92,6 +92,7 @@
} else if (!this._shouldSuppressError(text)) { } else if (!this._shouldSuppressError(text)) {
this._showAlert('Server error: ' + text); this._showAlert('Server error: ' + text);
} }
console.error(text);
}); });
}, },