We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eea5a6 commit 247595dCopy full SHA for 247595d
test-app/runtime/src/main/cpp/v8_inspector/src/inspector/v8-inspector-impl.cc
@@ -420,8 +420,8 @@ protocol::Response V8InspectorImpl::EvaluateScope::setTimeout(double timeout) {
420
return protocol::Response::Error("Execution was terminated");
421
}
422
m_cancelToken.reset(new CancelToken());
423
- v8::debug::GetCurrentPlatform()->CallDelayedOnWorkerThread(
424
- v8::base::make_unique<TerminateTask>(m_isolate, m_cancelToken), timeout);
+// v8::debug::GetCurrentPlatform()->CallDelayedOnWorkerThread(
+// v8::base::make_unique<TerminateTask>(m_isolate, m_cancelToken), timeout);
425
return protocol::Response::OK();
426
427
0 commit comments