diff --git a/lib/robot.go b/lib/robot.go index 9f6bff2..8e5446b 100644 --- a/lib/robot.go +++ b/lib/robot.go @@ -355,7 +355,8 @@ func (m *Robot) processResult() { route[head] = statis m.ReportMap[r.Num] = route } - } + + }() } func (m *Robot) printIgnoredResult(result *CallResult, cause string) {