mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 01:18:05 +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) {
|
||||
renderTemplate(res, req, "video-error.ejs", {
|
||||
v,
|
||||
err_reason:err;
|
||||
err_reason:err
|
||||
});
|
||||
}
|
||||
} catch (error) {
|
||||
|
|
Loading…
Reference in a new issue