From 636f0580c69b8306cd22c9ba0fd11466d243150a Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Fri, 8 Jan 2021 21:53:17 +0000 Subject: [PATCH] fix(core): update --- ts/smartpuppeteer.classes.incognitobrowser.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/smartpuppeteer.classes.incognitobrowser.ts b/ts/smartpuppeteer.classes.incognitobrowser.ts index bb2b58d..d91c845 100644 --- a/ts/smartpuppeteer.classes.incognitobrowser.ts +++ b/ts/smartpuppeteer.classes.incognitobrowser.ts @@ -28,6 +28,7 @@ export class IncognitoBrowser { */ public async stop() { this.status = 'stopped'; + await this.browser.close(); } public async getNewIncognitoContext(): Promise {