use WinClose
instead of Process, Close
… since that doesn’t force kill the process. fixes #4
This commit is contained in:
parent
a702de228c
commit
53da52d8ae
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ watchTarget:
|
|||
for ip, path in config["tools"]["paths"] {
|
||||
SplitPath, path, file
|
||||
if (WinExist("ahk_exe " file)) {
|
||||
Process, Close, % file
|
||||
WinClose
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue