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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-uncaught-promise-on-pause-expected.txt

Issue 2284123002: [DevTools] Format console.log(new Error()) same as console.log(new Error().stack) (Closed)
Patch Set: removed elipsis Created 4 years, 4 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: third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-uncaught-promise-on-pause-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-uncaught-promise-on-pause-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-uncaught-promise-on-pause-expected.txt
index 0710365bbc6b414c186e2e732f8e24fad5ace602..b9e5f4ae49b91025e9a9485285f32d0770f40bbf 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-uncaught-promise-on-pause-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-uncaught-promise-on-pause-expected.txt
@@ -5,10 +5,10 @@ Tests uncaught promise rejections fired during pause.
Set timer for test function.
debugger-uncaught-promise-on-pause.html:10 Console was cleared
- debugger-uncaught-promise-on-pause.html:16 Uncaught (in promise) Error: inspector.err1(…)
+ debugger-uncaught-promise-on-pause.html:16 Uncaught (in promise) Error: inspector.err1
runPromises @ debugger-uncaught-promise-on-pause.html:16
timeout @ debugger-uncaught-promise-on-pause.html:41
- debugger-uncaught-promise-on-pause.html:34 Uncaught (in promise) Error: inspector.err2(…)
+ debugger-uncaught-promise-on-pause.html:34 Uncaught (in promise) Error: inspector.err2
runPromises @ debugger-uncaught-promise-on-pause.html:34
timeout @ debugger-uncaught-promise-on-pause.html:41

Powered by Google App Engine
This is Rietveld 408576698