Get rid of "killing <pid>" message for unused build hooks
This commit is contained in:
parent
bb45092f72
commit
4d73e2e893
3 changed files with 5 additions and 4 deletions
|
@ -623,7 +623,7 @@ HookInstance::HookInstance()
|
|||
HookInstance::~HookInstance()
|
||||
{
|
||||
try {
|
||||
pid.kill();
|
||||
pid.kill(true);
|
||||
} catch (...) {
|
||||
ignoreException();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue