mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 00:38:10 +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) { %>
|
||||
<!--
|
||||
|
||||
|
@ -639,3 +640,6 @@ background: none !important;
|
|||
</html>
|
||||
|
||||
<% } %>
|
||||
<% } catch (error) { %>
|
||||
<%- error %>
|
||||
<% } %>
|
Loading…
Reference in a new issue