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

Unified Diff: test/inspector/runtime/exception-thrown.js

Issue 2713023004: [inspector] added reconnect method for tests (Closed)
Patch Set: rebased 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/runtime/exception-thrown.js
diff --git a/test/inspector/runtime/exception-thrown.js b/test/inspector/runtime/exception-thrown.js
index 76752f9d3b9ea2f070827dd0d9224fdb443e90a4..da437fc158f2284c12d15505ae0553918696d5bf 100644
--- a/test/inspector/runtime/exception-thrown.js
+++ b/test/inspector/runtime/exception-thrown.js
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-print("Check that exceptionThrown is supported by test runner.")
+InspectorTest.log("Check that exceptionThrown is supported by test runner.")
Protocol.Runtime.enable();
Protocol.Runtime.onExceptionThrown(message => InspectorTest.logMessage(message));
« no previous file with comments | « test/inspector/runtime/evaluate-with-generate-preview.js ('k') | test/inspector/runtime/get-properties-on-proxy.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698