mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-131748 Stop debug session kills all processes: fixed OSProcessUtil.getProcessID
This commit is contained in:
@@ -91,7 +91,7 @@ public class OSProcessUtil {
|
||||
if (SystemInfo.isWindows) {
|
||||
try {
|
||||
if (Registry.is("disable.winp")) {
|
||||
WinProcessManager.getProcessPid(process);
|
||||
return WinProcessManager.getProcessPid(process);
|
||||
}
|
||||
else {
|
||||
return createWinProcess(process).getPid();
|
||||
|
||||
Reference in New Issue
Block a user