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

Unified Diff: test/inspector/debugger/set-script-source-exception-expected.txt

Issue 2669713002: [inspector] return meaningful error on Debug.setScriptSource for ES module (Closed)
Patch Set: addressed comments Created 3 years, 10 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
« no previous file with comments | « test/inspector/debugger/es6-module-set-script-source-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/debugger/set-script-source-exception-expected.txt
diff --git a/test/inspector/debugger/set-script-source-exception-expected.txt b/test/inspector/debugger/set-script-source-exception-expected.txt
index 03624e989c50891cfbc368d56ffc38cccf67d5f7..376c11d0b382185fa48560a7915acfd3b829068f 100644
--- a/test/inspector/debugger/set-script-source-exception-expected.txt
+++ b/test/inspector/debugger/set-script-source-exception-expected.txt
@@ -4,7 +4,7 @@ Running test: testIncorrectScriptId
{
error : {
code : -32000
- message : Uncaught Script not found
+ message : No script with given id found
}
id : <messageId>
}
« no previous file with comments | « test/inspector/debugger/es6-module-set-script-source-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698