mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:28:34 +01:00
oops
This commit is contained in:
parent
49de19ca5f
commit
6ffcbb1683
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ module.exports = function (app, config, renderTemplate) {
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
renderTemplate(res, req, "video-error.ejs", {
|
renderTemplate(res, req, "video-error.ejs", {
|
||||||
v,
|
v,
|
||||||
err_reason:err;
|
err_reason:err
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|
Loading…
Reference in a new issue