fix(core): 修复部分异常;添加高级代理文件校验过程
This commit is contained in:
@@ -188,7 +188,7 @@ class _SystemHandler:
|
||||
)
|
||||
killprocess.wait()
|
||||
|
||||
def search_pids(path: Path) -> list:
|
||||
def search_pids(self, path: Path) -> list:
|
||||
"""根据路径查找进程PID"""
|
||||
|
||||
pids = []
|
||||
|
||||
Reference in New Issue
Block a user