Add better error reporting on response encoding middleware

This commit is contained in:
Andrey Antukh
2023-08-03 16:10:41 +02:00
parent fed31d366f
commit 9334f935eb
3 changed files with 10 additions and 4 deletions

View File

@@ -71,7 +71,7 @@ penpot - error report v2 {{id}}
{% if value %}
<div class="table-row multiline">
<div id="value" class="table-key">VALIDATION VALUE: </div>
<div id="value" class="table-key">VALUE: </div>
<div class="table-val">
<pre>{{value}}</pre>
</div>