| Index: third_party/WebKit/Source/devtools/front_end/sdk/RuntimeModel.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/RuntimeModel.js b/third_party/WebKit/Source/devtools/front_end/sdk/RuntimeModel.js
|
| index 2d3af7f8fc4b97e339bbc84b3cd879829d535e2c..b6698009f531708ae9b2c846cd1bfb51b3a37ffe 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sdk/RuntimeModel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sdk/RuntimeModel.js
|
| @@ -377,7 +377,7 @@ WebInspector.RuntimeDispatcher.prototype = {
|
| details.lineNumber,
|
| details.columnNumber,
|
| undefined,
|
| - exception ? ["Uncaught (in promise)", exception] : undefined,
|
| + exception ? [WebInspector.RemoteObject.fromLocalObject(details.text), exception] : undefined,
|
| details.stackTrace,
|
| timestamp,
|
| executionContextId,
|
|
|