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 3e9c30c commit 2bb84d5Copy full SHA for 2bb84d5
src/profiler/profiler_templates.js
@@ -376,8 +376,8 @@ var ProfilerTemplates = function()
376
377
case EVENT_TYPE_THREAD_EVALUATION:
378
var title = [];
379
- var thread_type = event.threadEvaluation.threadType;
380
- var event_name = event.threadEvaluation.eventName;
+ var thread_type = event.scriptThreadEvaluation.threadType;
+ var event_name = event.scriptThreadEvaluation.eventName;
381
382
if (thread_type)
383
{
0 commit comments