mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
killall during teardown
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
d3f8ebcf76
commit
437c75bd4a
@ -110,6 +110,7 @@ export async function tearDown(app: Application) {
|
||||
|
||||
try {
|
||||
process.kill(pid, "SIGKILL");
|
||||
spawnSync("killall lens");
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user