浏览代码

Fix #135 for real this time

George S. Baugh 8 年之前
父节点
当前提交
b6d6b64b90
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/TestRail/Utils/Find.pm

+ 1 - 1
lib/TestRail/Utils/Find.pm

@@ -468,7 +468,7 @@ sub getResults {
                 }
             }
             return MCE->gather(MCE->chunk_id,$res);
-        } @$runs);
+        } $runs);
 
     }