fix(electron): use tree-kill for electron dev (#5252)

electron process sometimes do not get re-spawned because of some child process not being closed.
use tree-kill instead.
This commit is contained in:
Peng Xiao
2023-12-11 04:26:19 +00:00
parent f0c70b92f4
commit e8cfc807ea
3 changed files with 5 additions and 2 deletions
+1
View File
@@ -499,6 +499,7 @@ __metadata:
rxjs: "npm:^7.8.1"
semver: "npm:^7.5.4"
tinykeys: "npm:^2.1.0"
tree-kill: "npm:^1.2.2"
ts-node: "npm:^10.9.1"
undici: "npm:^6.0.0"
uuid: "npm:^9.0.1"