1
Fork 0

add try catch

This commit is contained in:
Ashley //// 2024-03-30 07:26:28 +00:00
parent c84c35720e
commit 17415af403

View file

@ -1,3 +1,4 @@
<% try { %>
<% if (!isMobile) { %>
<!--
@ -639,3 +640,6 @@ background: none !important;
</html>
<% } %>
<% } catch (error) { %>
<%- error %>
<% } %>