1
Fork 0
This commit is contained in:
ashley 2024-08-05 22:55:15 +00:00
parent e0d9a74907
commit 73ad994113

View file

@ -1736,13 +1736,17 @@ WIP! </a>
<% if(inv.error) { %>
<p style="text-align: center">
<%- inv.error %> <br>Backtrace: <br>
<%- inv.error %>
<% if(inv.errorBacktrace) { %>
<br>Backtrace: <br>
<span class="description" style="background: red;display: flex;font-family: monospace, mono;font-size: 15px;margin-top: 3px;margin-bottom: 1em;border-radius: 1em;padding: 4px;">
<%- inv.errorBacktrace %>
</span>
<a href="https://github.com/iv-org/invidious/issues/new/choose">Report this issue</a>
</p>
<% } %>
<% } %>
<% } %>
<% if (inv.comments) { %>