fix(core): update

This commit is contained in:
Philipp Kunz 2021-01-08 21:53:17 +00:00
parent aa5552ce3a
commit 636f0580c6

View File

@ -28,6 +28,7 @@ export class IncognitoBrowser {
*/
public async stop() {
this.status = 'stopped';
await this.browser.close();
}
public async getNewIncognitoContext(): Promise<plugins.puppeteer.BrowserContext> {