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

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: added missing test Created 3 years, 11 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: 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..2e30f932efb318c918bdaab1be3d22592f4e7f76 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 for id: -1
}
id : <messageId>
}

Powered by Google App Engine
This is Rietveld 408576698