mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 10:58:25 +01:00
h
This commit is contained in:
parent
58c9bd4f10
commit
5900bc5b11
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ module.exports = function (app, config, renderTemplate) {
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error(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)}`);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue