fix(core): update
This commit is contained in:
parent
0190f1bb77
commit
103c7eb11e
@ -28,7 +28,7 @@ export class IncognitoBrowser {
|
|||||||
*/
|
*/
|
||||||
public async stop() {
|
public async stop() {
|
||||||
this.status = 'stopped';
|
this.status = 'stopped';
|
||||||
plugins.treeKill(this.browser.process().pid);
|
plugins.treeKill(this.browser.process().pid, 'SIGKILL');
|
||||||
await this.browser.close();
|
await this.browser.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user