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:
electron process sometimes do not get re-spawned because of some child process not being closed. use tree-kill instead.