fix(core): update

This commit is contained in:
Philipp Kunz 2021-08-17 17:51:50 +02:00
parent 0190f1bb77
commit 103c7eb11e

View File

@ -28,7 +28,7 @@ export class IncognitoBrowser {
*/
public async stop() {
this.status = 'stopped';
plugins.treeKill(this.browser.process().pid);
plugins.treeKill(this.browser.process().pid, 'SIGKILL');
await this.browser.close();
}