Chromium Code Reviews| Index: test/inspector/runtime/evaluate-async-with-wrap-error.js |
| diff --git a/test/inspector/runtime/evaluate-async-with-wrap-error.js b/test/inspector/runtime/evaluate-async-with-wrap-error.js |
| index 676b843a97779804b57e75bf374c0138748897e5..457d8427a09710366f90dccf7b409162694c2d7e 100644 |
| --- a/test/inspector/runtime/evaluate-async-with-wrap-error.js |
| +++ b/test/inspector/runtime/evaluate-async-with-wrap-error.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. |
| -InspectorTest.log("Test that Runtime.evaluate correctly process errors during wrapping \ |
| +let {session, contextGroup, Protocol} = InspectorTest.start("Test that Runtime.evaluate correctly process errors during wrapping \ |
|
kozy
2017/05/18 23:44:54
please split it to not exceed 80 characters or jus
dgozman
2017/05/19 00:02:45
Done.
|
| async result."); |
| var evaluateArguments = { |