Merge "Add console.error for server errors"
This commit is contained in:
@@ -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);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user