mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:48:33 +01:00
add disable-console: true
This commit is contained in:
parent
a1f4bf0301
commit
690cf74281
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||
let continuation = req.query.continuation || "";
|
||||
|
||||
try {
|
||||
search({ query: `${req.query.query}` }).then((results) => {
|
||||
search({ query: `${req.query.query}`, disable-console: true }).then((results) => {
|
||||
renderTemplate(res, req, "search-web.ejs", {
|
||||
j: "",
|
||||
IsOldWindows,
|
||||
|
|
Loading…
Reference in a new issue