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

Unified Diff: LayoutTests/inspector/sources/debugger/debugger-pause-on-promise-rejection-expected.txt

Issue 657063002: Show stack traces in console for unhandled promise rejection messages. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fixed debugger-pause-on-promise-rejection.html test Created 6 years, 2 months 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/sources/debugger/debugger-pause-on-promise-rejection-expected.txt
diff --git a/LayoutTests/inspector/sources/debugger/debugger-pause-on-promise-rejection-expected.txt b/LayoutTests/inspector/sources/debugger/debugger-pause-on-promise-rejection-expected.txt
index f01cb7fd15b2abceaebdbee54397ab05e58c5f15..e00dc1b74f5108d16fcfbf913066861cd14eb7c2 100644
--- a/LayoutTests/inspector/sources/debugger/debugger-pause-on-promise-rejection-expected.txt
+++ b/LayoutTests/inspector/sources/debugger/debugger-pause-on-promise-rejection-expected.txt
@@ -1,5 +1,5 @@
-CONSOLE ERROR: Unhandled promise rejection
-CONSOLE ERROR: Unhandled promise rejection
+CONSOLE ERROR: line 35: Unhandled promise rejection
+CONSOLE ERROR: line 35: Unhandled promise rejection
Tests that pause on promise rejection works.
=== Pausing only on uncaught exceptions ===

Powered by Google App Engine
This is Rietveld 408576698