Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Side by Side Diff: LayoutTests/inspector/console/console-uncaught-promise-in-worker-expected.txt

Issue 693183002: Show correct location of unhandled promise rejection messages when DevTools closed. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 CONSOLE ERROR: Unhandled promise rejection 1 CONSOLE ERROR: line 3: Unhandled promise rejection
2 CONSOLE ERROR: Unhandled promise rejection 2 CONSOLE ERROR: line 21: Unhandled promise rejection
3 Tests that uncaught promise rejections happenned in workers are logged into cons ole. 3 Tests that uncaught promise rejections happenned in workers are logged into cons ole.
4 4
5 Unhandled promise rejection Promise {[[PromiseStatus]]: "rejected", [[PromiseVal ue]]: Error: err1} 5 worker-with-unhandled-promises.js:3 Unhandled promise rejection Promise {[[Promi seStatus]]: "rejected", [[PromiseValue]]: Error: err1}
6 __proto__: Promise 6 __proto__: Promise
7 [[PromiseStatus]]: "rejected" 7 [[PromiseStatus]]: "rejected"
8 [[PromiseValue]]: Error: err1 8 [[PromiseValue]]: Error: err1
9 Unhandled promise rejection Promise {[[PromiseStatus]]: "rejected", [[PromiseVal ue]]: Error: err2} 9 worker-with-unhandled-promises.js:21 Unhandled promise rejection Promise {[[Prom iseStatus]]: "rejected", [[PromiseValue]]: Error: err2}
10 __proto__: Promise 10 __proto__: Promise
11 [[PromiseStatus]]: "rejected" 11 [[PromiseStatus]]: "rejected"
12 [[PromiseValue]]: Error: err2 12 [[PromiseValue]]: Error: err2
13 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698