fix(core): update
This commit is contained in:
@@ -35,7 +35,7 @@ export class IncognitoBrowser {
|
||||
/**
|
||||
* rotate
|
||||
*/
|
||||
public async rotateBrowser () {
|
||||
public async rotateBrowser() {
|
||||
this.browser.close().catch();
|
||||
this.browser = await getEnvAwareBrowserInstance();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user