Bug 1118801 - Handle uncaught promise rejections in the canvas debugger;r=vporof

This commit is contained in:
Eddy Bruël
2015-01-09 14:03:46 +01:00
parent b41d5eb9ca
commit 690563a8c8

View File

@@ -822,7 +822,7 @@ let CallsListView = Heritage.extend(WidgetMethods, {
frameSnapshot.generateScreenshotFor(functionCall).then(screenshot => {
this.showScreenshot(screenshot);
this.highlightedThumbnail = screenshot.index;
});
}).catch(Cu.reportError);
});
},