File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 287287 <td >{{ loop .index }}</td >
288288 <td >
289289 <span class =" text-small" >
290- {% set line_number = trace .line | default (1 ) %}
290+ {% set line_number = trace .line | default (query . backtrace [ loop . index ].line| default ( 1 ) ) %}
291291 {% if trace .file is defined %}
292292 <a href =" {{ trace .file | file_link(line_number ) }}" >
293293 {% endif %}
294- {{- trace . class | default ~ (trace .class is defined ? trace .type | default (' ::' )) -}}
295- <span class =" status-warning" >{{ trace .function }}</span >
294+ {{- query . backtrace [ loop . index ]. class| default ~ (query . backtrace [ loop . index ] .class is defined ? trace .type | default (' ::' )) -}}
295+ <span class =" status-warning" >{{ query . backtrace [ loop . index ].function | default ( trace .function ) }}</span >
296296 {% if trace .file is defined %}
297297 </a >
298298 {% endif %}
440440 {% set contains_errors = collector .mappingErrors [manager ] is defined and collector .mappingErrors [manager ][class .class ] is defined %}
441441 <tr class =" {{ contains_errors ? ' status-error' }}" >
442442 <td >
443- <a href =" {{ class .file | file_link(class .line ) }}" >{{ class . class }}</a >
444- </td >
443+ <a href =" {{ class .file | file_link(class .line ) }}" >{{ class . class }}</a >
444+ </td >
445445 <td class =" font-normal" >
446446 {% if contains_errors %}
447447 <ul >
You can’t perform that action at this time.
0 commit comments