Skip to content

Commit 532e0b4

Browse files
authored
Merge pull request #177 from Siykt/main
Fix: add SIGKILL to tree-kill call
2 parents e74917c + 845c39b commit 532e0b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ startup.exit = async () => {
146146
await import('tree-kill')
147147
.then(m => m.default(
148148
process.electronApp.pid!,
149+
'SIGKILL',
149150
error => error && process.electronApp.kill(),
150151
))
151152
.catch(e => {

0 commit comments

Comments
 (0)