Bug 1118801 - Handle uncaught promise rejections in the canvas debugger;r=vporof
This commit is contained in:
@@ -822,7 +822,7 @@ let CallsListView = Heritage.extend(WidgetMethods, {
|
||||
frameSnapshot.generateScreenshotFor(functionCall).then(screenshot => {
|
||||
this.showScreenshot(screenshot);
|
||||
this.highlightedThumbnail = screenshot.index;
|
||||
});
|
||||
}).catch(Cu.reportError);
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user