format
This commit is contained in:
@@ -79,8 +79,6 @@ class CommandorPage {
|
||||
console.log(e)
|
||||
this.isTerminated = true
|
||||
}
|
||||
//wait 10 mins
|
||||
// Close the device.
|
||||
|
||||
let cancel
|
||||
const intervalTask = setInterval(() => {
|
||||
@@ -200,8 +198,8 @@ class CommandorPage {
|
||||
page.evaluate((solution) => {
|
||||
document.getElementById("g-recaptcha-response").innerHTML = solution;
|
||||
}, solution)
|
||||
this.clickValid();}
|
||||
else{
|
||||
this.clickValid();
|
||||
} else {
|
||||
this.isTerminated = true;
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user