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

Unified Diff: test/inspector/debugger/es6-module-set-script-source-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
Index: test/inspector/debugger/es6-module-set-script-source-expected.txt
diff --git a/test/inspector/debugger/es6-module-set-script-source-expected.txt b/test/inspector/debugger/es6-module-set-script-source-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..cd0ef1fa6e1660af4fa44004c500cbe87f2aeaab
--- /dev/null
+++ b/test/inspector/debugger/es6-module-set-script-source-expected.txt
@@ -0,0 +1,8 @@
+Checks that Debugger.setScriptSource doesn't crash with modules
+{
+ error : {
+ code : -32000
+ message : Editing module's script is not supported.
+ }
+ id : <messageId>
+}

Powered by Google App Engine
This is Rietveld 408576698