Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 207fab6

Browse filesBrowse files
committed
[Profiler][Form] Fix form profiler errors profiler_dump
1 parent fef1546 commit 207fab6
Copy full SHA for 207fab6

File tree

1 file changed

+3
-1
lines changed
Filter options
  • src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector

1 file changed

+3
-1
lines changed

‎src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/form.html.twig

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/form.html.twig
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,9 @@
492492
<td>
493493
{% if error.trace %}
494494
<span class="newline">Caused by:</span>
495-
{{ profiler_dump(error.trace, maxDepth=2) }}
495+
{% for stacked in error.trace %}
496+
{{ profiler_dump(stacked) }}
497+
{% endfor %}
496498
{% else %}
497499
<em>Unknown.</em>
498500
{% endif %}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.