提交 f2ae6a27 编写于 作者: D Derek Parker

proc: fix: Call `wg.Done` in loadProcessInformation on OSX

上级 e509c3ce
......@@ -319,6 +319,7 @@ func (dbp *Process) trapWait(pid int) (*Thread, error) {
}
func (dbp *Process) loadProcessInformation(wg *sync.WaitGroup) {
wg.Done()
}
func (dbp *Process) wait(pid, options int) (int, *sys.WaitStatus, error) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册