mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
add err here
This commit is contained in:
parent
c2682cdeac
commit
49de19ca5f
@ -374,9 +374,10 @@ module.exports = function (app, config, renderTemplate) {
|
|||||||
inv_vid,
|
inv_vid,
|
||||||
lyrics: "",
|
lyrics: "",
|
||||||
});
|
});
|
||||||
} catch {
|
} catch (err) {
|
||||||
renderTemplate(res, req, "404.ejs", {
|
renderTemplate(res, req, "video-error.ejs", {
|
||||||
v,
|
v,
|
||||||
|
err_reason:err;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
Loading…
Reference in New Issue
Block a user