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 ce1065c commit 743abc7Copy full SHA for 743abc7
src/profiler/profiler_templates.js
@@ -376,7 +376,7 @@ var ProfilerTemplates = function()
376
377
case EVENT_TYPE_THREAD_EVALUATION:
378
var title = [];
379
- var thread_type = event.scriptThreadEvaluation.threadType;
+ var thread_type = event.scriptThreadEvaluation.scriptThreadType;
380
var event_name = event.scriptThreadEvaluation.eventName;
381
382
if (thread_type)
0 commit comments