Index: test/inspector/debugger/set-async-call-stack-depth.js |
diff --git a/test/inspector/debugger/set-async-call-stack-depth.js b/test/inspector/debugger/set-async-call-stack-depth.js |
index 444c10591a32a4ed1f2c7e0f70c3f2fd3cdaf5f2..a9c6f1ce50758d26c9b8cef56036af7a2c57443d 100644 |
--- a/test/inspector/debugger/set-async-call-stack-depth.js |
+++ b/test/inspector/debugger/set-async-call-stack-depth.js |
@@ -2,6 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+// TODO(kozyatinskiy): fix or remove it later with new stack traces it's almost |
+// imposible to hit limit. |
InspectorTest.log('Checks that we report not more then maxDepth call chains.'); |
InspectorTest.addScript(` |