ソースを参照

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);
 
     }