1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 00:14:39 -05:00
This commit is contained in:
ashley 2024-09-11 15:52:42 +00:00
parent 6ffcbb1683
commit 878cca2760

View file

@ -1,4 +1,4 @@
<%- include('./layouts/error.ejs', {
error: "Video Error",
description: `Video loading failed :c - reason: \n <%= err_reason %>`
description: `Video loading failed :c - reason: \n ${err_reason}`
}) %>