Bug 1261311 - Fix storage inspector promise rejections r=mratcliffe

Hide the errors for now.

MozReview-Commit-ID: Fj1wYvZ4UFx
This commit is contained in:
Michael Ratcliffe
2016-04-01 11:00:06 +01:00
parent 5ea233e1b7
commit 6f5f7c43f7

View File

@@ -170,6 +170,8 @@ StorageUI.prototype = {
if (typeof actor.getEditableFields !== "undefined") {
actor.getEditableFields().then(fields => {
this.table.makeFieldsEditable(fields);
}).then(() => {
// Do nothing
});
} else if (this.table._editableFieldsEngine) {
this.table._editableFieldsEngine.destroy();