Fix windows linter errors (#355)
This commit is contained in:
parent
0141c862f3
commit
f6c48dcb60
@ -40,6 +40,6 @@ func forcekill(pid int) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
syscall.TerminateProcess(handle, 0)
|
_ = syscall.TerminateProcess(handle, 0)
|
||||||
syscall.CloseHandle(handle)
|
_ = syscall.CloseHandle(handle)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user