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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-in-console-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-async/async-callstack-in-console-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-in-console-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-in-console-expected.txt
index 5a3efeff3e19e0d948f4142d62fd996930fba520..e5474a2988fc7bc0ecc0c6a6c85c0fa4063b269d 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-in-console-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-in-console-expected.txt
@@ -15,7 +15,8 @@ timeout1 @ async-callstack-in-console.html:17
setTimeout (async)
testFunction @ async-callstack-in-console.html:12
- async-callstack-in-console.html:24 Uncaught Error: foo(…)
+ async-callstack-in-console.html:24 Uncaught Error: foo
+ at timeout2 (async-callstack-in-console.html:24)
timeout2 @ async-callstack-in-console.html:24
setTimeout (async)

Powered by Google App Engine
This is Rietveld 408576698