From a53d6513f75e6dfa03f788c5c887d8d9bb698720 Mon Sep 17 00:00:00 2001 From: Lei PAN Date: Fri, 11 Aug 2023 14:20:59 +0200 Subject: [PATCH] correction on the exceptions --- src/workers/CommandorPage.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/workers/CommandorPage.js b/src/workers/CommandorPage.js index f692ff2..bf2d6be 100644 --- a/src/workers/CommandorPage.js +++ b/src/workers/CommandorPage.js @@ -705,6 +705,7 @@ class CommandorPage { let slidingCaptchaSolver = new SlidingCaptchaSolver(this.device); await slidingCaptchaSolver.solve(this.page, async (isSuccessful) => { console.log("check isAlwaysBlocked") + this.isFillingFields = false onResult(isSuccessful) }) }