mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:08:39 +01:00
add try catch
This commit is contained in:
parent
c84c35720e
commit
17415af403
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
<% try { %>
|
||||||
<% if (!isMobile) { %>
|
<% if (!isMobile) { %>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
|
@ -639,3 +640,6 @@ background: none !important;
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
<% } %>
|
<% } %>
|
||||||
|
<% } catch (error) { %>
|
||||||
|
<%- error %>
|
||||||
|
<% } %>
|
Loading…
Reference in a new issue