mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:28:34 +01:00
ehe ^_^
This commit is contained in:
parent
e0d9a74907
commit
73ad994113
1 changed files with 6 additions and 2 deletions
|
@ -1736,12 +1736,16 @@ 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>
|
||||
<% } %>
|
||||
<% } %>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue