1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2025-01-18 13:43:28 -05:00
This commit is contained in:
Ashley 2023-11-12 15:07:44 +00:00
parent 58c9bd4f10
commit 5900bc5b11

View file

@ -310,7 +310,7 @@ module.exports = function (app, config, renderTemplate) {
}
} catch (error) {
console.error(error);
return res.redirect(`/watch?v=${req.query.v}&fx=1`);
return res.redirect(`/watch?v=${req.query.v}&fx=1&err=${btoa(error)}`);
}
});
});