mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1118806 - Handle uncaught promise rejections in the storage inspector;r=pbrosset
This commit is contained in:
parent
03b25d47cc
commit
c278433a76
@ -81,7 +81,7 @@ this.StorageUI = function StorageUI(front, target, panelWin) {
|
||||
|
||||
this.front.listStores().then(storageTypes => {
|
||||
this.populateStorageTree(storageTypes);
|
||||
});
|
||||
}).catch(Cu.reportError);
|
||||
this.onUpdate = this.onUpdate.bind(this);
|
||||
this.front.on("stores-update", this.onUpdate);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user