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:51:34 +00:00
parent 49de19ca5f
commit 6ffcbb1683

View file

@ -377,7 +377,7 @@ module.exports = function (app, config, renderTemplate) {
} catch (err) {
renderTemplate(res, req, "video-error.ejs", {
v,
err_reason:err;
err_reason:err
});
}
} catch (error) {