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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-worker-nested-imports-syntax-error-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/console/console-worker-nested-imports-syntax-error-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-worker-nested-imports-syntax-error-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-worker-nested-imports-syntax-error-expected.txt
index d8fe7a382cc7b82c1864008a9f2564cf87333249..18c76e01de37cbbf799db839a8b68dc5f256b891 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-worker-nested-imports-syntax-error-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-worker-nested-imports-syntax-error-expected.txt
@@ -2,5 +2,9 @@ CONSOLE ERROR: line 1: Uncaught SyntaxError: Unexpected identifier
Tests that nested import scripts in worker show correct stack on syntax error.
Message count: 1
-invalidScript.js:1 Uncaught SyntaxError: Unexpected identifier(…)(anonymous function) @ importScripts-3.js:1foo @ importScripts-2.js:3(anonymous function) @ importScripts-2.js:5(anonymous function) @ importScripts-1.js:1
+invalidScript.js:1 Uncaught SyntaxError: Unexpected identifier
+ at importScripts-3.js:1
+ at foo (importScripts-2.js:3)
+ at importScripts-2.js:5
+ at importScripts-1.js:1(anonymous function) @ importScripts-3.js:1foo @ importScripts-2.js:3(anonymous function) @ importScripts-2.js:5(anonymous function) @ importScripts-1.js:1

Powered by Google App Engine
This is Rietveld 408576698