| Index: test/inspector/debugger/break-on-exception.js
|
| diff --git a/test/inspector/debugger/break-on-exception.js b/test/inspector/debugger/break-on-exception.js
|
| index e0afc3846f97aa8027733ed884bf49ff2349d056..d9a208dadff360865786477eda635b92e1f089bf 100644
|
| --- a/test/inspector/debugger/break-on-exception.js
|
| +++ b/test/inspector/debugger/break-on-exception.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 inspector correctly change break on exception state.");
|
| +InspectorTest.log("Check that inspector correctly change break on exception state.");
|
|
|
| InspectorTest.addScript(`
|
| function scheduleUncaughtException()
|
|
|