From 854296673772e5b2aa5998d88c6df324fb99f09e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kotr=C5=BEena?= Date: Fri, 23 Oct 2020 16:29:11 +0200 Subject: [PATCH] Quess what? Yep, I forgot to set headless to true. Maybe I should put it into config so that I don't again accidentally commit index.js with headles set to false. Oh well, not right now, sometime later, maybe. --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 20afa39..f7e37f9 100644 --- a/index.js +++ b/index.js @@ -66,7 +66,7 @@ class Main { try { const browser = await puppeteer.launch({ - headless: false, + headless: true, args: [ "--disable-client-side-phishing-detection", "--disable-sync",