summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/debugger/break-on-exception.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/inspector/debugger/break-on-exception.js')
-rw-r--r--deps/v8/test/inspector/debugger/break-on-exception.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/v8/test/inspector/debugger/break-on-exception.js b/deps/v8/test/inspector/debugger/break-on-exception.js
index d9a208dadf..6f47ec86d7 100644
--- a/deps/v8/test/inspector/debugger/break-on-exception.js
+++ b/deps/v8/test/inspector/debugger/break-on-exception.js
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-InspectorTest.log("Check that inspector correctly change break on exception state.");
+let {session, contextGroup, Protocol} = InspectorTest.start("Check that inspector correctly change break on exception state.");
-InspectorTest.addScript(`
+contextGroup.addScript(`
function scheduleUncaughtException()
{
setTimeout(throwUncaughtException, 0);